Have port-i386 use installation/floppy, for conformance with release(7).
This commit is contained in:
parent
82a02d5fad
commit
e36c17d6c2
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.inc,v 1.28 2000/07/09 12:09:02 fvdl Exp $
|
# $NetBSD: Makefile.inc,v 1.29 2000/08/11 09:20:40 toddpw Exp $
|
||||||
|
|
||||||
# TOP is assumed to be defined by Makefile including this one.
|
# TOP is assumed to be defined by Makefile including this one.
|
||||||
|
|
||||||
@ -86,9 +86,9 @@ boot: ${BOOTCODE}
|
|||||||
strip boot
|
strip boot
|
||||||
|
|
||||||
release:
|
release:
|
||||||
-mkdir -p ${RELEASEDIR}/installation/floppies
|
-mkdir -p ${RELEASEDIR}/installation/floppy
|
||||||
cp -p ${IMAGE} ${RELEASEDIR}/installation/floppies
|
cp -p ${IMAGE} ${RELEASEDIR}/installation/floppy
|
||||||
for f in ${RELEASEDIR}/installation/floppies/${IMAGE}; do \
|
for f in ${RELEASEDIR}/installation/floppy/${IMAGE}; do \
|
||||||
gzip <$$f >$$f.gz; \
|
gzip <$$f >$$f.gz; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.inc,v 1.21 2000/07/23 05:54:59 mycroft Exp $
|
# $NetBSD: Makefile.inc,v 1.22 2000/08/11 09:20:40 toddpw Exp $
|
||||||
|
|
||||||
# TOP is assumed to be defined by Makefile including this one.
|
# TOP is assumed to be defined by Makefile including this one.
|
||||||
|
|
||||||
@ -89,9 +89,9 @@ boot: ${BOOTCODE}
|
|||||||
strip boot
|
strip boot
|
||||||
|
|
||||||
release:
|
release:
|
||||||
-mkdir -p ${RELEASEDIR}/installation/floppies
|
-mkdir -p ${RELEASEDIR}/installation/floppy
|
||||||
cp -p ${BASENAME}?.fs ${RELEASEDIR}/installation/floppies
|
cp -p ${BASENAME}?.fs ${RELEASEDIR}/installation/floppy
|
||||||
for f in ${RELEASEDIR}/installation/floppies/${BASENAME}?.fs; do \
|
for f in ${RELEASEDIR}/installation/floppy/${BASENAME}?.fs; do \
|
||||||
gzip <$$f >$$f.gz; \
|
gzip <$$f >$$f.gz; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.inc,v 1.21 2000/05/28 17:31:27 thorpej Exp $
|
# $NetBSD: Makefile.inc,v 1.22 2000/08/11 09:20:38 toddpw Exp $
|
||||||
#
|
#
|
||||||
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
|
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
|
||||||
#
|
#
|
||||||
@ -17,4 +17,4 @@ snap_md_post:
|
|||||||
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
||||||
cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
|
cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
|
||||||
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
||||||
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppies '*.gz'
|
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz'
|
||||||
|
Loading…
Reference in New Issue
Block a user