svn commit: r245622 - head

Brooks Davis brooks at FreeBSD.org
Fri Jan 18 22:17:22 UTC 2013


Author: brooks
Date: Fri Jan 18 22:17:21 2013
New Revision: 245622
URL: http://svnweb.freebsd.org/changeset/base/245622

Log:
  Remove a harmless (somewhat to my surprise) bogon that crept into r245440.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Fri Jan 18 22:11:17 2013	(r245621)
+++ head/Makefile.inc1	Fri Jan 18 22:17:21 2013	(r245622)
@@ -704,7 +704,6 @@ distributeworld installworld: installche
 	    done); \
 	cp $$libs $$progs ${INSTALLTMP}
 	cp -R $${PATH_LOCALE:-"/usr/share/locale"} ${INSTALLTMP}/locale
-	rm -f ${METALOG}
 .if make(distributeworld)
 .for dist in ${EXTRA_DISTRIBUTIONS}
 	-mkdir ${DESTDIR}/${DISTDIR}/${dist}


More information about the svn-src-head mailing list