Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/xxboot Appease warning "nbmake: ${TOUCHP...
details: https://anonhg.NetBSD.org/src/rev/489d34f3ef74
branches: trunk
changeset: 782728:489d34f3ef74
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Nov 17 17:51:09 2012 +0000
description:
Appease warning "nbmake: ${TOUCHPROG} expands to empty string".
diffstat:
sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile | 4 ++--
sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile | 4 ++--
sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile | 4 ++--
sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (64 lines):
diff -r d14235e88dde -r 489d34f3ef74 sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile
--- a/sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile Sat Nov 17 16:38:22 2012 +0000
+++ b/sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile Sat Nov 17 17:51:09 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2012/03/20 13:01:33 minoura Exp $
+# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:09 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= ffsv1
BOOTCPPFLAGS= -DSDBOOT
-TOUCHPROG=
+TOUCHPROG= true
.include "../Makefile.xxboot"
diff -r d14235e88dde -r 489d34f3ef74 sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile
--- a/sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile Sat Nov 17 16:38:22 2012 +0000
+++ b/sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile Sat Nov 17 17:51:09 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2012/03/20 13:01:33 minoura Exp $
+# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:10 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= ffsv2
BOOTCPPFLAGS= -DSDBOOT
-TOUCHPROG=
+TOUCHPROG= true
.include "../Makefile.xxboot"
diff -r d14235e88dde -r 489d34f3ef74 sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile
--- a/sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile Sat Nov 17 16:38:22 2012 +0000
+++ b/sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile Sat Nov 17 17:51:09 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2012/03/20 13:01:33 minoura Exp $
+# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:10 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= lfsv1
BOOTCPPFLAGS= -DSDBOOT
-TOUCHPROG=
+TOUCHPROG= true
.include "../Makefile.xxboot"
diff -r d14235e88dde -r 489d34f3ef74 sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile
--- a/sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile Sat Nov 17 16:38:22 2012 +0000
+++ b/sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile Sat Nov 17 17:51:09 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2012/03/20 13:01:33 minoura Exp $
+# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:10 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= lfsv2
BOOTCPPFLAGS= -DSDBOOT
-TOUCHPROG=
+TOUCHPROG= true
.include "../Makefile.xxboot"
Home |
Main Index |
Thread Index |
Old Index