svn commit: r271131 - stable/10/sys/boot/libstand32

Ed Maste emaste at FreeBSD.org
Thu Sep 4 20:44:42 UTC 2014


Author: emaste
Date: Thu Sep  4 20:44:41 2014
New Revision: 271131
URL: http://svnweb.freebsd.org/changeset/base/271131

Log:
  MFC libstand32 clean target fixes
  
  r269029 (sbruno):
  
    Update so that clean target in sys/boot will delete the symlink
    created for machine
  
  r269036 (sbruno):
  
    Delete the entire cleandepend/cleanmachine target thing now that its
    been cleared out in r269029

Modified:
  stable/10/sys/boot/libstand32/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/boot/libstand32/Makefile
==============================================================================
--- stable/10/sys/boot/libstand32/Makefile	Thu Sep  4 20:35:53 2014	(r271130)
+++ stable/10/sys/boot/libstand32/Makefile	Thu Sep  4 20:44:41 2014	(r271131)
@@ -186,11 +186,8 @@ SRCS+=	nandfs.c
 .include <bsd.lib.mk>
 
 .if ${MACHINE_CPUARCH} == "amd64"
+CLEANFILES+= machine
 beforedepend ${OBJS}: machine
-cleandepend: cleanmachine
-cleanmachine:
-	rm -f machine
-
 machine:
-	ln -s ${.CURDIR}/../../i386/include machine
+	ln -fs ${.CURDIR}/../../i386/include machine
 .endif


More information about the svn-src-stable-10 mailing list