mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Tidy up the bootstrap: target. Blind commit by me.
Tested by: jkh
This commit is contained in:
parent
0d5894c3bd
commit
132c6503f2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30062
@ -27,11 +27,7 @@ kprog:
|
||||
cd ${SDIR}/sbin/dump; ${CODAI}
|
||||
cd ${SDIR}/sbin/restore; ${CODAI}
|
||||
|
||||
bootstrap:
|
||||
cd ${.CURDIR} ; \
|
||||
${MAKE} ${MFLAGS} cleandir ; \
|
||||
${MAKE} ${MFLAGS} obj ; \
|
||||
${MAKE} ${MFLAGS} depend all install kprog
|
||||
bootstrap: cleandir obj depend all install kprog
|
||||
|
||||
help-distribute: distribute
|
||||
cd ${SDIR}/bin/rcp; ${CODAD}
|
||||
|
Loading…
Reference in New Issue
Block a user