summaryrefslogtreecommitdiff
path: root/iproute2/iproute2-2.6.8
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /iproute2/iproute2-2.6.8
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'iproute2/iproute2-2.6.8')
-rw-r--r--iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff b/iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff
deleted file mode 100644
index 0a029a6d51..0000000000
--- a/iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff
+++ /dev/null
@@ -1,24 +0,0 @@
---- ip/Makefile.o 2004-08-05 12:38:25.836331936 +0200
-+++ ip/Makefile 2004-08-05 12:38:42.256835640 +0200
-@@ -22,7 +22,7 @@
- rtmon: $(RTMONOBJ) $(LIBNETLINK)
-
- install: all
-- install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR)
-+ install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
- install -m 0755 routel routef $(DESTDIR)$(SBINDIR)
-
- clean:
---- tc/Makefile.o 2004-08-05 12:37:33.325314824 +0200
-+++ tc/Makefile 2004-08-05 12:38:12.085422392 +0200
-@@ -61,8 +61,8 @@
-
- install: all
- mkdir -p $(DESTDIR)/usr/lib/tc
-- install -m 0755 -s tc $(DESTDIR)$(SBINDIR)
-- for i in $(TCSO); do install -m 755 -s $$i $(DESTDIR)/usr/lib/tc; done
-+ install -m 0755 tc $(DESTDIR)$(SBINDIR)
-+ for i in $(TCSO); do install -m 755 $$i $(DESTDIR)/usr/lib/tc; done
-
- clean:
- rm -f $(TCOBJ) $(TCLIB) libtc.a tc