svn commit: r252588 - stable/9

David E. O'Brien obrien at FreeBSD.org
Wed Jul 3 19:12:36 UTC 2013


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


More information about the svn-src-all mailing list