svn commit: r269036 - head/sys/boot/libstand32

Sean Bruno sbruno at FreeBSD.org
Wed Jul 23 22:58:01 UTC 2014


Author: sbruno
Date: Wed Jul 23 22:58:00 2014
New Revision: 269036
URL: http://svnweb.freebsd.org/changeset/base/269036

Log:
  Delete the entire cleandepend/cleanmachine target thing now that its been
  cleared out in r269029
  
  Reviewed by:	emaste at freebsd.org

Modified:
  head/sys/boot/libstand32/Makefile

Modified: head/sys/boot/libstand32/Makefile
==============================================================================
--- head/sys/boot/libstand32/Makefile	Wed Jul 23 22:47:00 2014	(r269035)
+++ head/sys/boot/libstand32/Makefile	Wed Jul 23 22:58:00 2014	(r269036)
@@ -175,7 +175,6 @@ SRCS+=	nandfs.c
 .if ${MACHINE_CPUARCH} == "amd64"
 CLEANFILES+= machine
 beforedepend ${OBJS}: machine
-cleandepend: cleanmachine
 machine:
 	ln -fs ${.CURDIR}/../../i386/include machine
 .endif


More information about the svn-src-all mailing list