Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib mark fstab .PHONY to prevent it being re-made from f...
details: https://anonhg.NetBSD.org/src/rev/10f0503d2cea
branches: trunk
changeset: 331856:10f0503d2cea
user: christos <christos%NetBSD.org@localhost>
date: Wed Aug 27 04:30:25 2014 +0000
description:
mark fstab .PHONY to prevent it being re-made from fstab.c in suffix rules.
diffstat:
distrib/sun2/miniroot/Makefile | 4 +++-
distrib/sun2/ramdisk/Makefile | 4 +++-
distrib/sun3/miniroot/Makefile | 4 +++-
distrib/sun3/ramdisk/Makefile | 4 +++-
4 files changed, 12 insertions(+), 4 deletions(-)
diffs (72 lines):
diff -r e1c7480fd5c3 -r 10f0503d2cea distrib/sun2/miniroot/Makefile
--- a/distrib/sun2/miniroot/Makefile Wed Aug 27 04:07:04 2014 +0000
+++ b/distrib/sun2/miniroot/Makefile Wed Aug 27 04:30:25 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2013/08/12 16:31:28 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2014/08/27 04:30:25 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -54,6 +54,8 @@
CLEANFILES+= install.sub
+fstab: .PHONY
+
.include "${DISTRIBDIR}/common/Makefile.crunch"
.include "${DISTRIBDIR}/common/Makefile.makedev"
.include "${DISTRIBDIR}/common/Makefile.image"
diff -r e1c7480fd5c3 -r 10f0503d2cea distrib/sun2/ramdisk/Makefile
--- a/distrib/sun2/ramdisk/Makefile Wed Aug 27 04:07:04 2014 +0000
+++ b/distrib/sun2/ramdisk/Makefile Wed Aug 27 04:30:25 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/09/20 22:46:14 abs Exp $
+# $NetBSD: Makefile,v 1.24 2014/08/27 04:30:25 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -28,6 +28,8 @@
.include "${HACKSRC}/Makefile.inc"
${CRUNCHBIN}: libhack.o
+fstab: .PHONY
+
.include "${DISTRIBDIR}/common/Makefile.crunch"
.include "${DISTRIBDIR}/common/Makefile.makedev"
.include "${DISTRIBDIR}/common/Makefile.image"
diff -r e1c7480fd5c3 -r 10f0503d2cea distrib/sun3/miniroot/Makefile
--- a/distrib/sun3/miniroot/Makefile Wed Aug 27 04:07:04 2014 +0000
+++ b/distrib/sun3/miniroot/Makefile Wed Aug 27 04:30:25 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2010/02/11 09:06:51 roy Exp $
+# $NetBSD: Makefile,v 1.45 2014/08/27 04:30:25 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -54,6 +54,8 @@
CLEANFILES+= install.sub
+fstab: .PHONY
+
.include "${DISTRIBDIR}/common/Makefile.crunch"
.include "${DISTRIBDIR}/common/Makefile.makedev"
.include "${DISTRIBDIR}/common/Makefile.image"
diff -r e1c7480fd5c3 -r 10f0503d2cea distrib/sun3/ramdisk/Makefile
--- a/distrib/sun3/ramdisk/Makefile Wed Aug 27 04:07:04 2014 +0000
+++ b/distrib/sun3/ramdisk/Makefile Wed Aug 27 04:30:25 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2009/09/20 22:46:14 abs Exp $
+# $NetBSD: Makefile,v 1.39 2014/08/27 04:30:25 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -29,6 +29,8 @@
.include "${HACKSRC}/Makefile.inc"
${CRUNCHBIN}: libhack.o
+fstab: .PHONY
+
.include "${DISTRIBDIR}/common/Makefile.crunch"
.include "${DISTRIBDIR}/common/Makefile.makedev"
.include "${DISTRIBDIR}/common/Makefile.image"
Home |
Main Index |
Thread Index |
Old Index