mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
Add an extra line to the floppies target which will make it refresh
the distribution area's floppy images.
This commit is contained in:
parent
a9fa9c274b
commit
7854541a2a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15452
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.209 1996/03/19 03:26:33 jkh Exp $
|
||||
# $Id: Makefile,v 1.210 1996/04/28 00:37:26 jkh Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
@ -483,6 +483,7 @@ floppies:
|
||||
cd ${.CURDIR} && ${MAKE} boot.flp
|
||||
cd ${.CURDIR} && ${MAKE} root.flp
|
||||
cd ${.CURDIR} && ${MAKE} fixit.flp
|
||||
cd ${RD} && find floppies -print | cpio -dumpl ${FD}
|
||||
|
||||
boot.flp:
|
||||
rm -f release.4 release.8
|
||||
|
Loading…
Reference in New Issue
Block a user