Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/evbarm/instkernel/instkernel Add S-Record and flat b...
details: https://anonhg.NetBSD.org/src/rev/0b7990527853
branches: trunk
changeset: 525603:0b7990527853
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Apr 13 17:29:27 2002 +0000
description:
Add S-Record and flat binary versions of the TEAMASA_NPWR_INSTALL
kernel.
diffstat:
distrib/evbarm/instkernel/instkernel/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 52e69faccbea -r 0b7990527853 distrib/evbarm/instkernel/instkernel/Makefile
--- a/distrib/evbarm/instkernel/instkernel/Makefile Sat Apr 13 17:27:07 2002 +0000
+++ b/distrib/evbarm/instkernel/instkernel/Makefile Sat Apr 13 17:29:27 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2002/04/13 01:46:31 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2002/04/13 17:29:27 thorpej Exp $
.include <bsd.own.mk>
.include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -7,6 +7,13 @@
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
MDSETTARGETS= TEAMASA_NPWR_INSTALL ${RAMDISK} -
+MDEXTRA_SUFFIXES.TEAMASA_NPWR_INSTALL= srec bin
+netbsd.TEAMASA_NPWR_INSTALL.post= \
+ ${OBJCOPY} -O srec netbsd.tmp netbsd.srec ; \
+ gzip -9f netbsd.srec ; \
+ ${OBJCOPY} -O binary netbsd.tmp netbsd.bin ; \
+ gzip -9f netbsd.bin
+
MDSETDIR= installation/instkernel
.include "${DISTRIBDIR}/common/Makefile.mdset"
Home |
Main Index |
Thread Index |
Old Index