Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/hp300/stand Pull up revision 1.3 (requested by...
details: https://anonhg.NetBSD.org/src/rev/5fd80922dc04
branches: netbsd-1-4
changeset: 470784:5fd80922dc04
user: he <he%NetBSD.org@localhost>
date: Thu Jul 13 21:21:56 2000 +0000
description:
Pull up revision 1.3 (requested by he):
Enhance the ``make release'' process:
o Build and install the distrib and boot bits
diffstat:
sys/arch/hp300/stand/inst/Makefile | 13 ++++++++++++-
sys/arch/hp300/stand/uboot/Makefile | 14 +++++++++++++-
2 files changed, 25 insertions(+), 2 deletions(-)
diffs (51 lines):
diff -r 531457125335 -r 5fd80922dc04 sys/arch/hp300/stand/inst/Makefile
--- a/sys/arch/hp300/stand/inst/Makefile Thu Jul 13 21:21:17 2000 +0000
+++ b/sys/arch/hp300/stand/inst/Makefile Thu Jul 13 21:21:56 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1997/02/04 03:52:56 thorpej Exp $
+# $NetBSD: Makefile,v 1.1.20.1 2000/07/13 21:21:56 he Exp $
PROGAOUT= inst
PROGSOURCE= inst.c
@@ -12,4 +12,15 @@
rm -f ${DESTDIR}${BINDIR}/rbootd/SYS_INST
ln ${DESTDIR}${BINDIR}/inst.lif ${DESTDIR}${BINDIR}/rbootd/SYS_INST
+.ifndef RELEASEDIR
+release:
+ @echo setenv RELEASEDIR first
+ @false
+.else
+release: inst.lif
+ mkdir -p $(RELEASEDIR)/installation/misc
+ rm -f $(RELEASEDIR)/installation/misc/SYS_INST
+ ${INSTALL} -c -m 444 inst.lif $(RELEASEDIR)/installation/misc/SYS_INST
+.endif # RELEASEDIR check
+
.include "../Makefile.buildboot"
diff -r 531457125335 -r 5fd80922dc04 sys/arch/hp300/stand/uboot/Makefile
--- a/sys/arch/hp300/stand/uboot/Makefile Thu Jul 13 21:21:17 2000 +0000
+++ b/sys/arch/hp300/stand/uboot/Makefile Thu Jul 13 21:21:56 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1997/02/04 03:53:06 thorpej Exp $
+# $NetBSD: Makefile,v 1.1.20.1 2000/07/13 21:21:58 he Exp $
PROGAOUT= uboot
PROGSOURCE= uboot.c tgets.c
@@ -24,4 +24,16 @@
rm -f ${DESTDIR}${BINDIR}/rbootd/SYS_UBOOT
ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/rbootd/SYS_UBOOT
+.ifndef RELEASEDIR
+release:
+ @echo setenv RELEASEDIR first
+ @false
+.else
+release: uboot.lif
+ mkdir -p $(RELEASEDIR)/installation/misc
+ rm -f $(RELEASEDIR)/installation/misc/SYS_UBOOT
+ ${INSTALL} -c -m 444 uboot.lif $(RELEASEDIR)/installation/misc/SYS_UBOOT
+.endif # RELEASEDIR check
+
+
.include "../Makefile.buildboot"
Home |
Main Index |
Thread Index |
Old Index