summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-06-26 05:58:43 +0000
committerimp <imp@FreeBSD.org>2004-06-26 05:58:43 +0000
commit660296ab04ab82a0913e4b2376948b3c69148c30 (patch)
tree3cde4b958080c4d3c3907ceaf52ee02e8ade5f47 /sys
parent2194f33c4ebfd63877c101306c50c6f43ef914c7 (diff)
downloadFreeBSD-src-660296ab04ab82a0913e4b2376948b3c69148c30.zip
FreeBSD-src-660296ab04ab82a0913e4b2376948b3c69148c30.tar.gz
MFp4:
Reduce the need for hard coded *devs in various makefiles by declaring them before-depend. Other bugs in the handling of *devs remain, but this is the start of the cleanup. These will be address in future commits. Cleanup Motivator: bde
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 9d36868..74b3900 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -43,17 +43,17 @@ emu10k1-alsa%diked.h optional pcm pci \
miidevs.h standard \
dependency "$S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
compile-with "${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
- no-obj no-implicit-rule \
+ no-obj no-implicit-rule before-depend \
clean "miidevs.h"
pccarddevs.h standard \
dependency "$S/tools/pccarddevs2h.awk $S/dev/pccard/pccarddevs" \
compile-with "${AWK} -f $S/tools/pccarddevs2h.awk $S/dev/pccard/pccarddevs" \
- no-obj no-implicit-rule \
+ no-obj no-implicit-rule before-depend \
clean "pccarddevs.h"
usbdevs.h standard \
dependency "$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
- no-obj no-implicit-rule \
+ no-obj no-implicit-rule before-depend \
clean "usbdevs.h"
kern/device_if.m standard
kern/bus_if.m standard
OpenPOWER on IntegriCloud