Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/hpcarm/stand remove redundant rule that creates a ma...



details:   https://anonhg.NetBSD.org/src/rev/cd264c735908
branches:  trunk
changeset: 786938:cd264c735908
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 23 20:57:35 2013 +0000

description:
remove redundant rule that creates a make cycle.

diffstat:

 distrib/hpcarm/stand/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c1ce4837161a -r cd264c735908 distrib/hpcarm/stand/Makefile
--- a/distrib/hpcarm/stand/Makefile     Thu May 23 20:45:47 2013 +0000
+++ b/distrib/hpcarm/stand/Makefile     Thu May 23 20:57:35 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2008/06/23 02:16:53 matt Exp $
+#      $NetBSD: Makefile,v 1.3 2013/05/23 20:57:35 christos Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -11,7 +11,6 @@
 .PATH: ${HPCBOOTDIR}
 
 UUDECODE_FILES=        ${HPCBOOT}
-UUDECODE_FILES_RENAME_${HPCBOOT}= ${HPCBOOT}
 
 release:: check_RELEASEDIR .WAIT ${HPCBOOT}
        ${INSTALL} -c -m ${NONBINMODE} \



Home | Main Index | Thread Index | Old Index