Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.5.40-ac5 /Rules.make

Filename:/Rules.make
Lines Added:1
Lines Deleted:8
Also changed in: (Previous) 2.5.40-ac4  2.5.40-ac3  2.5.40-ac2  2.5.40-ac1  2.5.40  2.5.35 
(Following) 2.5.40-ac6  2.5.41  2.5.42  2.5.44  2.5.45  2.5.52 

Location
[  2.5.40-ac5
   o  Rules.make

Patch

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.2.5.40/Rules.make linux.2.5.40-ac5/Rules.make
--- linux.2.5.40/Rules.make   2002-10-02 21:34:05.000000000 +0100
+++ linux.2.5.40-ac5/Rules.make   2002-10-02 21:47:53.000000000 +0100
@@ -517,13 +517,6 @@
   include $(cmd_files)
 endif
 
-# Emacs compile mode works best with relative paths to find files (OK
-# if verbose, as it tracks the make[1] entries and exits, etc.)
-
-ifneq ($(KBUILD_VERBOSE),1)
-  filter-output = 2>&1 | sed 's \(^[^/][A-Za-z0-9_./-]*:[ 0-9]\) $(RELDIR)/\1 '
-endif
-
 # function to only execute the passed command if necessary
 
 if_changed = $(if $(strip $? \
@@ -543,7 +536,7 @@
            $(filter-out $(cmd_$@),$(cmd_$(1)))),\
    @set -e; \
    $(if $($(quiet)cmd_$(1)),echo '  $($(quiet)cmd_$(1))';) \
-   $(cmd_$(1)) $(filter-output); \
+   $(cmd_$(1)); \
    $(TOPDIR)/scripts/fixdep $(depfile) $@ $(TOPDIR) '$(cmd_$(1))' > $(@D)/.$(@F).tmp; \
    rm -f $(depfile); \
    mv -f $(@D)/.$(@F).tmp $(@D)/.$(@F).cmd)


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.