mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-10 14:02:43 +00:00
kmod.mk: Support a beforebuild target such as bsd.prog.mk has.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
595b2caa3f
commit
bbc7e0d690
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295413
@ -249,7 +249,8 @@ _ILINKS+=x86
|
||||
.endif
|
||||
CLEANFILES+=${_ILINKS}
|
||||
|
||||
all: objwarn ${PROG}
|
||||
all: beforebuild .WAIT ${PROG}
|
||||
beforebuild: objwarn
|
||||
|
||||
beforedepend: ${_ILINKS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user