]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / iproute2 / iproute2-2.6.8 / iproute2-2.6.8_no_strip.diff
1 --- ip/Makefile.o       2004-08-05 12:38:25.836331936 +0200
2 +++ ip/Makefile 2004-08-05 12:38:42.256835640 +0200
3 @@ -22,7 +22,7 @@
4  rtmon: $(RTMONOBJ) $(LIBNETLINK)
5  
6  install: all
7 -       install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR)
8 +       install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
9         install -m 0755 routel routef $(DESTDIR)$(SBINDIR)
10  
11  clean:
12 --- tc/Makefile.o       2004-08-05 12:37:33.325314824 +0200
13 +++ tc/Makefile 2004-08-05 12:38:12.085422392 +0200
14 @@ -61,8 +61,8 @@
15  
16  install: all
17         mkdir -p $(DESTDIR)/usr/lib/tc
18 -       install -m 0755 -s tc $(DESTDIR)$(SBINDIR)
19 -       for i in $(TCSO); do install -m 755 -s $$i $(DESTDIR)/usr/lib/tc; done
20 +       install -m 0755 tc $(DESTDIR)$(SBINDIR)
21 +       for i in $(TCSO); do install -m 755 $$i $(DESTDIR)/usr/lib/tc; done
22  
23  clean:
24         rm -f $(TCOBJ) $(TCLIB) libtc.a tc