Source-Changes-HG archive

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

[src/trunk]: src/distrib Revert Makefile changes.



details:   https://anonhg.NetBSD.org/src/rev/484fbb231801
branches:  trunk
changeset: 792929:484fbb231801
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 22 01:03:09 2014 +0000

description:
Revert Makefile changes.

diffstat:

 distrib/acorn32/stand/Makefile |  6 +++---
 distrib/atari/misc/Makefile    |  5 +++--
 distrib/hpcarm/stand/Makefile  |  5 +++--
 distrib/hpcsh/stand/Makefile   |  5 +++--
 distrib/x68k/stand/Makefile    |  5 +++--
 5 files changed, 15 insertions(+), 11 deletions(-)

diffs (97 lines):

diff -r b5ce26de6ae2 -r 484fbb231801 distrib/acorn32/stand/Makefile
--- a/distrib/acorn32/stand/Makefile    Wed Jan 22 00:52:56 2014 +0000
+++ b/distrib/acorn32/stand/Makefile    Wed Jan 22 01:03:09 2014 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.27 2014/01/21 20:12:54 christos Exp $
+#      $NetBSD: Makefile,v 1.28 2014/01/22 01:03:09 christos Exp $
 #
 
 .include <bsd.own.mk>
+.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 .include <bsd.kernobj.mk>
 
-
 # we use spark, so that we get filetypes.
 ARCHIVE=BtNetBSD.spk
 
@@ -121,4 +121,4 @@
        rm -f ${ARCHIVE}
        -if [ -d tmp ]; then rm -rf tmp; fi
 
-.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
+.include <bsd.files.mk>
diff -r b5ce26de6ae2 -r 484fbb231801 distrib/atari/misc/Makefile
--- a/distrib/atari/misc/Makefile       Wed Jan 22 00:52:56 2014 +0000
+++ b/distrib/atari/misc/Makefile       Wed Jan 22 01:03:09 2014 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile,v 1.3 2014/01/22 00:28:35 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2014/01/22 01:03:09 christos Exp $
 #
 
 .include <bsd.own.mk>
+.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 all: ${UUDECODE_FILES}
 
@@ -13,4 +14,4 @@
 UUDECODE_FILES=chg_pid.ttp gzip.ttp rawwrite.ttp aptck.ttp file2swp.ttp
 UUDECODE_FILES+=loadbsd.ttp
 
-.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
+.include <bsd.files.mk>
diff -r b5ce26de6ae2 -r 484fbb231801 distrib/hpcarm/stand/Makefile
--- a/distrib/hpcarm/stand/Makefile     Wed Jan 22 00:52:56 2014 +0000
+++ b/distrib/hpcarm/stand/Makefile     Wed Jan 22 01:03:09 2014 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile,v 1.4 2014/01/22 00:27:36 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2014/01/22 01:03:10 christos Exp $
 
 .include <bsd.own.mk>
+.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 .include <bsd.kernobj.mk>
 
@@ -15,5 +16,5 @@
        ${INSTALL} -c -m ${NONBINMODE} \
                ${HPCBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
 
-.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 .include <bsd.obj.mk>
+.include <bsd.files.mk>
diff -r b5ce26de6ae2 -r 484fbb231801 distrib/hpcsh/stand/Makefile
--- a/distrib/hpcsh/stand/Makefile      Wed Jan 22 00:52:56 2014 +0000
+++ b/distrib/hpcsh/stand/Makefile      Wed Jan 22 01:03:09 2014 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile,v 1.3 2014/01/22 00:51:38 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2014/01/22 01:03:10 christos Exp $
 
 .include <bsd.own.mk>
+.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 .include <bsd.kernobj.mk>
 
@@ -27,4 +28,4 @@
        ${INSTALL} -c -m ${NONBINMODE} \
                ${HPCBOOT_SH4} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
 
-.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
+.include <bsd.files.mk>
diff -r b5ce26de6ae2 -r 484fbb231801 distrib/x68k/stand/Makefile
--- a/distrib/x68k/stand/Makefile       Wed Jan 22 00:52:56 2014 +0000
+++ b/distrib/x68k/stand/Makefile       Wed Jan 22 01:03:09 2014 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile,v 1.8 2014/01/22 00:49:46 christos Exp $
+#      $NetBSD: Makefile,v 1.9 2014/01/22 01:03:10 christos Exp $
 
 .include <bsd.own.mk>
+.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 ARCHIVES=      gzip rawrite
 MEMBER_gzip=   gz124x5f.lzh gzip.x
@@ -23,4 +24,4 @@
            ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
 .endfor
 
-.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
+.include <bsd.files.mk>



Home | Main Index | Thread Index | Old Index