CVS commit: src/distrib/evbsh3/instkernel/ramdisk

2011-06-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jun 19 02:28:35 UTC 2011

Modified Files:
src/distrib/evbsh3/instkernel/ramdisk: list

Log Message:
Use ${DISTRIBDIR}.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/evbsh3/instkernel/ramdisk/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbsh3/instkernel/ramdisk/list
diff -u src/distrib/evbsh3/instkernel/ramdisk/list:1.4 src/distrib/evbsh3/instkernel/ramdisk/list:1.5
--- src/distrib/evbsh3/instkernel/ramdisk/list:1.4	Sun Jun 19 02:25:45 2011
+++ src/distrib/evbsh3/instkernel/ramdisk/list	Sun Jun 19 02:28:35 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.4 2011/06/19 02:25:45 tsutsui Exp $
+#	$NetBSD: list,v 1.5 2011/06/19 02:28:35 tsutsui Exp $
 
 SRCDIRS	bin sbin usr.bin/less usr.bin usr.sbin
 
@@ -70,8 +70,8 @@
 COPY	${NETBSDSRCDIR}/etc/group		etc/group
 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
-COPY	${NETBSDSRCDIR}/distrib/common/protocols	etc/protocols
-COPY	${NETBSDSRCDIR}/distrib/common/services		etc/services
+COPY	${DISTRIBDIR}/common/protocols		etc/protocols
+COPY	${DISTRIBDIR}/common/services		etc/services
 
 # the disktab explanation file
 COPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall



CVS commit: src/distrib/evbsh3

2011-06-17 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Jun 18 06:25:43 UTC 2011

Modified Files:
src/distrib/evbsh3: Makefile
Added Files:
src/distrib/evbsh3/cdroms: Makefile
src/distrib/evbsh3/cdroms/installcd: Makefile

Log Message:
Build evbsh3-${MACHINE_ARCH}cd.iso on build.sh iso-image target as other ports.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/evbsh3/Makefile
cvs rdiff -u -r0 -r1.1 src/distrib/evbsh3/cdroms/Makefile
cvs rdiff -u -r0 -r1.1 src/distrib/evbsh3/cdroms/installcd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbsh3/Makefile
diff -u src/distrib/evbsh3/Makefile:1.1 src/distrib/evbsh3/Makefile:1.2
--- src/distrib/evbsh3/Makefile:1.1	Tue Apr  6 15:54:31 2010
+++ src/distrib/evbsh3/Makefile	Sat Jun 18 06:25:43 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2010/04/06 15:54:31 nonaka Exp $
+#	$NetBSD: Makefile,v 1.2 2011/06/18 06:25:43 nonaka Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -6,6 +6,10 @@
 .if ${MACHINE_ARCH} == "sh3el"
 SUBDIR=		instkernel
 .endif
+SUBDIR+=	cdroms
 TARGETS+=	release
 
+iso_image:
+	${MAKEDIRTARGET} cdroms iso_image
+
 .include 

Added files:

Index: src/distrib/evbsh3/cdroms/Makefile
diff -u /dev/null src/distrib/evbsh3/cdroms/Makefile:1.1
--- /dev/null	Sat Jun 18 06:25:43 2011
+++ src/distrib/evbsh3/cdroms/Makefile	Sat Jun 18 06:25:43 2011
@@ -0,0 +1,6 @@
+#   $NetBSD: Makefile,v 1.1 2011/06/18 06:25:43 nonaka Exp $
+
+SUBDIR=		installcd
+TARGETS+=	release iso_image
+
+.include 

Index: src/distrib/evbsh3/cdroms/installcd/Makefile
diff -u /dev/null src/distrib/evbsh3/cdroms/installcd/Makefile:1.1
--- /dev/null	Sat Jun 18 06:25:43 2011
+++ src/distrib/evbsh3/cdroms/installcd/Makefile	Sat Jun 18 06:25:43 2011
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2011/06/18 06:25:43 nonaka Exp $
+
+CDBASE=		evbsh3-${MACHINE_ARCH}cd	# gives ${CDBASE}.iso
+CDRELEASE=	true# include $RELEASEDIR/$MACHINE
+
+.include "${.CURDIR}/../../../common/Makefile.bootcd"



CVS commit: src/distrib/evbsh3/instkernel/ramdisk

2010-04-09 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Fri Apr  9 11:38:10 UTC 2010

Modified Files:
src/distrib/evbsh3/instkernel/ramdisk: Makefile

Log Message:
fix build failure.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/evbsh3/instkernel/ramdisk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbsh3/instkernel/ramdisk/Makefile
diff -u src/distrib/evbsh3/instkernel/ramdisk/Makefile:1.1 src/distrib/evbsh3/instkernel/ramdisk/Makefile:1.2
--- src/distrib/evbsh3/instkernel/ramdisk/Makefile:1.1	Tue Apr  6 15:54:31 2010
+++ src/distrib/evbsh3/instkernel/ramdisk/Makefile	Fri Apr  9 11:38:10 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2010/04/06 15:54:31 nonaka Exp $
+#	$NetBSD: Makefile,v 1.2 2010/04/09 11:38:10 nonaka Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 IMAGEENDIAN=	le
 MAKEDEVTARGETS=	ramdisk
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		disktab.preinstall dot.hdprofile dot.profile \
+		disktab.preinstall dot.profile \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services



CVS commit: src/distrib/evbsh3/rom/ramdiskcommon

2009-11-29 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sun Nov 29 20:56:01 UTC 2009

Modified Files:
src/distrib/evbsh3/rom/ramdiskcommon: ramdiskbin.conf

Log Message:
remove edlabel reference from a commented out line


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/evbsh3/rom/ramdiskcommon/ramdiskbin.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbsh3/rom/ramdiskcommon/ramdiskbin.conf
diff -u src/distrib/evbsh3/rom/ramdiskcommon/ramdiskbin.conf:1.3 src/distrib/evbsh3/rom/ramdiskcommon/ramdiskbin.conf:1.4
--- src/distrib/evbsh3/rom/ramdiskcommon/ramdiskbin.conf:1.3	Sun May 11 19:02:45 2003
+++ src/distrib/evbsh3/rom/ramdiskcommon/ramdiskbin.conf	Sun Nov 29 20:56:01 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: ramdiskbin.conf,v 1.3 2003/05/11 19:02:45 ragge Exp $
+#	$NetBSD: ramdiskbin.conf,v 1.4 2009/11/29 20:56:01 abs Exp $
 
 srcdirs bin sbin libexec usr.bin usr.sbin gnu/usr.bin
 
@@ -12,7 +12,7 @@
 # /sbin
 progs dmesg ifconfig init mknod mount mount_ffs mount_kernfs mount_procfs newfs
 progs ping ping6 rcorder reboot route shutdown swapctl ttyflags umount
-#progs atactl badsect bim ccdconfig clri disklabel dump dump_lfs edlabel
+#progs atactl badsect bim ccdconfig clri disklabel dump dump_lfs
 #progs fastboot fsck fsck_ext3fs fsck_ffs fsck_lfs fsck_msdos fsdb
 #progs fsirand ldconfig lmcctl modload modunload mount_cd9660 mount_ext2fs
 #progs mount_fdesc mount_filecore mount_lfs mount_msdos