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

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

Advertisement

Kernel v2.2.18 /Rules.make

Filename:/Rules.make
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.2.18pre25  2.2.18pre24  2.2.18pre23  2.2.18pre22  2.2.18pre21  2.2.18pre20 
(Following) 2.2.21pre3  2.2.21pre4  2.2.21rc1  2.2.21rc2  2.2.21rc3  2.2.21rc4 

Location
[  2.2.18
   o  Rules.make

Patch

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/Rules.make linux/Rules.make
--- v2.2.17/Rules.make   Sat Sep  9 18:42:32 2000
+++ linux/Rules.make   Sat Oct 28 15:08:05 2000
@@ -77,7 +77,7 @@
 $(O_TARGET): $(ALL_O)
    rm -f $@
 ifneq "$(strip $(ALL_O))" ""
-   $(LD) $(EXTRA_LDFLAGS) -r -o $@ $(ALL_O)
+   $(LD) $(EXTRA_LDFLAGS) -r -o $@ $(filter $(ALL_O), $^)
 else
    $(AR) rcs $@
 endif


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