Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 22:58:00 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r269036 - head/sys/boot/libstand32
Message-ID:  <201407232258.s6NMw0CW039841@svn.freebsd.org>

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



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