Author: obrien
Date: Wed Jul  3 19:12:35 2013
New Revision: 252588
URL: http://svnweb.freebsd.org/changeset/base/252588

Log:
  MFC: r238051:
       Add "hier" as an alternate spelling of "hierarchy" to match hier(9).

Modified:
  stable/9/Makefile   (contents, props changed)
  stable/9/Makefile.inc1   (contents, props changed)
Directory Properties:
  stable/9/   (props changed)

Modified: stable/9/Makefile
==============================================================================
--- stable/9/Makefile   Wed Jul  3 19:08:10 2013        (r252587)
+++ stable/9/Makefile   Wed Jul  3 19:12:35 2013        (r252588)
@@ -91,7 +91,7 @@ TGTS= all all-man buildenv buildenvvars 
        delete-old delete-old-dirs delete-old-files delete-old-libs \
        depend distribute distributekernel distributekernel.debug \
        distributeworld distrib-dirs distribution doxygen \
-       everything hierarchy install installcheck installkernel \
+       everything hier hierarchy install installcheck installkernel \
        installkernel.debug packagekernel packageworld \
        reinstallkernel reinstallkernel.debug \
        installworld kernel-toolchain libraries lint maninstall \

Modified: stable/9/Makefile.inc1
==============================================================================
--- stable/9/Makefile.inc1      Wed Jul  3 19:08:10 2013        (r252587)
+++ stable/9/Makefile.inc1      Wed Jul  3 19:12:35 2013        (r252588)
@@ -1272,7 +1272,7 @@ cross-tools:
 #
 # hierarchy - ensure that all the needed directories are present
 #
-hierarchy:
+hierarchy hier:
 .if defined(NO_ROOT)
        cd ${.CURDIR}/etc; ${MAKE} LOCAL_MTREE=${LOCAL_MTREE} \
            -DNO_ROOT METALOG=${METALOG} distrib-dirs
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to