Source-Changes-HG archive

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

[src/trunk]: src/distrib/hpcarm/stand Move the distrib Makefile last so we ge...



details:   https://anonhg.NetBSD.org/src/rev/43a945cdd410
branches:  trunk
changeset: 326184:43a945cdd410
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 22 00:27:36 2014 +0000

description:
Move the distrib Makefile last so we get a chance to define variables

diffstat:

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

diffs (19 lines):

diff -r a37fe116c975 -r 43a945cdd410 distrib/hpcarm/stand/Makefile
--- a/distrib/hpcarm/stand/Makefile     Wed Jan 22 00:25:16 2014 +0000
+++ b/distrib/hpcarm/stand/Makefile     Wed Jan 22 00:27:36 2014 +0000
@@ -1,7 +1,6 @@
-#      $NetBSD: Makefile,v 1.3 2013/05/23 20:57:35 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2014/01/22 00:27:36 christos Exp $
 
 .include <bsd.own.mk>
-.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 .include <bsd.kernobj.mk>
 
@@ -16,5 +15,5 @@
        ${INSTALL} -c -m ${NONBINMODE} \
                ${HPCBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
 
-.include <bsd.files.mk>
+.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 .include <bsd.obj.mk>



Home | Main Index | Thread Index | Old Index