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
This commit is contained in:
parent
7549cb8489
commit
09c399ec0e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131128
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user