clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 9b5d6cdc was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago |
r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure
|
-
Property mode
set to
100644
|
File size:
821 bytes
|
Rev | Line | |
---|
[617118d] | 1 | Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
|
---|
| 2 | Date: 2004-07-02
|
---|
| 3 | Initial Package Version: 2.6.8
|
---|
| 4 | Origin: Jim Gifford
|
---|
| 5 | Upstream Status: N/A
|
---|
| 6 | Description: Removes DB for LFS Build
|
---|
| 7 |
|
---|
| 8 | diff -Naur iproute2-2.6.8.orig/misc/Makefile iproute2-2.6.8/misc/Makefile
|
---|
| 9 | --- iproute2-2.6.8.orig/misc/Makefile 2004-07-01 22:24:22.000000000 +0000
|
---|
| 10 | +++ iproute2-2.6.8/misc/Makefile 2004-07-02 18:45:31.995115122 +0000
|
---|
| 11 | @@ -1,6 +1,6 @@
|
---|
| 12 | SSOBJ=ss.o ssfilter.o
|
---|
| 13 |
|
---|
| 14 | -TARGETS=ss nstat ifstat rtacct arpd rtstat
|
---|
| 15 | +TARGETS=ss nstat ifstat rtacct rtstat
|
---|
| 16 |
|
---|
| 17 | include ../Config
|
---|
| 18 |
|
---|
| 19 | @@ -24,9 +24,6 @@
|
---|
| 20 | rtacct: rtacct.c
|
---|
| 21 | $(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LIBNETLINK) -lm
|
---|
| 22 |
|
---|
| 23 | -arpd: arpd.c
|
---|
| 24 | - $(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c $(LIBNETLINK) -ldb
|
---|
| 25 | -
|
---|
| 26 | rtstat: rtstat.c
|
---|
| 27 | $(CC) $(CFLAGS) $(LDFLAGS) -o rtstat rtstat.c
|
---|
| 28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.