Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 20:44:42 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r271131 - stable/10/sys/boot/libstand32
Message-ID:  <201409042044.s84KigO3042158@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409042044.s84KigO3042158>