buildsystem: use dependall target
Improves cache locality by grouping together dependency generation with building for each program instead of doing a whole-tree dep generation phase followed by a whole-tree build phase
This commit is contained in:
@@ -13,9 +13,4 @@ INSTALLFLAGS+= -S 8k
|
||||
CPPFLAGS.memory.c+= -I${MINIXSRCDIR}
|
||||
CPPFLAGS.imgrd.c+= -I${.CURDIR}/../ramdisk -T /usr/tmp
|
||||
|
||||
imgrd.d: touch-genfiles
|
||||
|
||||
touch-genfiles:
|
||||
[ -e ${.CURDIR}/../ramdisk/image.c ] || touch -t 197001010000.00 ${.CURDIR}/../ramdisk/image.c
|
||||
|
||||
.include <minix.bootprog.mk>
|
||||
|
||||
Reference in New Issue
Block a user