svn commit: r256701 - projects/bmake/lib/libstand

Simon J. Gerraty sjg at FreeBSD.org
Thu Oct 17 20:03:24 UTC 2013


Author: sjg
Date: Thu Oct 17 20:03:24 2013
New Revision: 256701
URL: http://svnweb.freebsd.org/changeset/base/256701

Log:
  Saver to rm first when making link to dir

Modified:
  projects/bmake/lib/libstand/Makefile

Modified: projects/bmake/lib/libstand/Makefile
==============================================================================
--- projects/bmake/lib/libstand/Makefile	Thu Oct 17 20:02:36 2013	(r256700)
+++ projects/bmake/lib/libstand/Makefile	Thu Oct 17 20:03:24 2013	(r256701)
@@ -186,5 +186,6 @@ cleanmachine:
 	rm -f machine
 
 machine:
+	rm -f machine
 	ln -s ${.CURDIR}/../../sys/i386/include machine
 .endif


More information about the svn-src-projects mailing list