Module Name: src
Committed By: tsutsui
Date: Sat Nov 17 17:59:00 UTC 2012
Modified Files:
src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1: Makefile
src/sys/arch/x68k/stand/xxboot/xxboot_ffsv2: Makefile
src/sys/arch/x68k/stand/xxboot/xxboot_lfsv1: Makefile
src/sys/arch/x68k/stand/xxboot/xxboot_lfsv2: Makefile
Log Message:
Fix previous; no need to echo dummy command.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile
diff -u src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile:1.2 src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile:1.3
--- src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile:1.2 Sat Nov 17 17:51:09 2012
+++ src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile Sat Nov 17 17:58:59 2012
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:09 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3 2012/11/17 17:58:59 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= ffsv1
BOOTCPPFLAGS= -DSDBOOT
-TOUCHPROG= true
+TOUCHPROG= @true
.include "../Makefile.xxboot"
Index: src/sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile
diff -u src/sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile:1.2 src/sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile:1.3
--- src/sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile:1.2 Sat Nov 17 17:51:10 2012
+++ src/sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile Sat Nov 17 17:58:59 2012
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:10 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3 2012/11/17 17:58:59 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= ffsv2
BOOTCPPFLAGS= -DSDBOOT
-TOUCHPROG= true
+TOUCHPROG= @true
.include "../Makefile.xxboot"
Index: src/sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile
diff -u src/sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile:1.2 src/sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile:1.3
--- src/sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile:1.2 Sat Nov 17 17:51:10 2012
+++ src/sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile Sat Nov 17 17:59:00 2012
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:10 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3 2012/11/17 17:59:00 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= lfsv1
BOOTCPPFLAGS= -DSDBOOT
-TOUCHPROG= true
+TOUCHPROG= @true
.include "../Makefile.xxboot"
Index: src/sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile
diff -u src/sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile:1.2 src/sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile:1.3
--- src/sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile:1.2 Sat Nov 17 17:51:10 2012
+++ src/sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile Sat Nov 17 17:59:00 2012
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:10 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3 2012/11/17 17:59:00 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= lfsv2
BOOTCPPFLAGS= -DSDBOOT
-TOUCHPROG= true
+TOUCHPROG= @true
.include "../Makefile.xxboot"