Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.
Reviewed by: emaste, hselasky (partial), brooks (brief) Discussed on: arch@ Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5742
This commit is contained in:
@@ -14,7 +14,6 @@ kerberize:
|
||||
cd ${.CURDIR}/../${entry}; \
|
||||
${MAKE} cleandir; \
|
||||
${MAKE} obj; \
|
||||
${MAKE} depend; \
|
||||
${MAKE} all; \
|
||||
${MAKE} install
|
||||
.endfor
|
||||
@@ -25,7 +24,6 @@ dekerberize:
|
||||
cd ${.CURDIR}/../${entry}; \
|
||||
${MAKE} MK_KERBEROS=no cleandir; \
|
||||
${MAKE} MK_KERBEROS=no obj; \
|
||||
${MAKE} MK_KERBEROS=no depend; \
|
||||
${MAKE} MK_KERBEROS=no all; \
|
||||
${MAKE} MK_KERBEROS=no install
|
||||
.endfor
|
||||
|
||||
Reference in New Issue
Block a user