Add "hier" as an alternate spelling of "hierarchy" to match hier(9).

This commit is contained in:
David E. O'Brien 2012-07-03 06:41:00 +00:00
parent cd95660f26
commit e324b4bc3d
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
delete-old delete-old-dirs delete-old-files delete-old-libs \ delete-old delete-old-dirs delete-old-files delete-old-libs \
depend distribute distributekernel distributekernel.debug \ depend distribute distributekernel distributekernel.debug \
distributeworld distrib-dirs distribution doxygen \ distributeworld distrib-dirs distribution doxygen \
everything hierarchy install installcheck installkernel \ everything hier hierarchy install installcheck installkernel \
installkernel.debug packagekernel packageworld \ installkernel.debug packagekernel packageworld \
reinstallkernel reinstallkernel.debug \ reinstallkernel reinstallkernel.debug \
installworld kernel-toolchain libraries lint maninstall \ installworld kernel-toolchain libraries lint maninstall \

View File

@ -1197,7 +1197,7 @@ cross-tools:
# #
# hierarchy - ensure that all the needed directories are present # hierarchy - ensure that all the needed directories are present
# #
hierarchy: hierarchy hier:
cd ${.CURDIR}/etc; ${MAKE} distrib-dirs cd ${.CURDIR}/etc; ${MAKE} distrib-dirs
# #