Prepare for next snapshot.
This commit is contained in:
parent
9f1a5fafaa
commit
11e62e1279
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.69 1994/12/23 03:29:58 jkh Exp $
|
||||
# $Id: Makefile,v 1.70 1995/01/07 11:09:48 jkh Exp $
|
||||
#
|
||||
|
||||
FLOPPY= fd0
|
||||
@ -53,8 +53,11 @@ hierarchy:
|
||||
ln -s usr/src/sys ${DESTDIR}/sys
|
||||
|
||||
kernel: ${.CURDIR}/../sys/i386/conf/GENERIC
|
||||
(cd ${.CURDIR}/../sys/i386/conf; config GENERIC)
|
||||
(cd ${.CURDIR}/../sys/compile/GENERIC; ${MAKE} depend; ${MAKE} all; )
|
||||
if [ ! -f ${.CURDIR}/../sys/compile/GENERIC ]; then \
|
||||
(cd ${.CURDIR}/../sys/i386/conf; config GENERIC); \
|
||||
(cd ${.CURDIR}/../sys/compile/GENERIC; \
|
||||
${MAKE} depend; ${MAKE} all; ) \
|
||||
fi
|
||||
|
||||
boot_12.flp:
|
||||
(cd ${.CURDIR}; EVIL_FLOPPY=yes ${MAKE} boot.flp)
|
||||
@ -166,7 +169,7 @@ bar:
|
||||
DESTDIR=${RELEASEDIR}/filesys \
|
||||
SHARED=copies )
|
||||
|
||||
EXTRADISTRIBUTIONS= secrdist games manpages proflibs dict
|
||||
EXTRADISTRIBUTIONS= secrdist srcdist games manpages proflibs dict infodist
|
||||
DISTRIBUTIONS= bindist ${EXTRADISTRIBUTIONS}
|
||||
MTREEFILES= ${.CURDIR}/../etc/mtree
|
||||
SECRSRC= src/secure src/eBones
|
||||
|
@ -10,7 +10,7 @@
|
||||
# putting your name on top after doing something trivial like reindenting
|
||||
# it, just to make it look like you wrote it!).
|
||||
#
|
||||
# $Id: miscfuncs.sh,v 1.12 1994/12/01 13:46:13 jkh Exp $
|
||||
# $Id: miscfuncs.sh,v 1.13 1994/12/23 05:11:18 jkh Exp $
|
||||
|
||||
if [ "${_MISCFUNCS_SH_LOADED_}" = "yes" ]; then
|
||||
return 0
|
||||
@ -22,7 +22,7 @@ PATH=/usr/bin:/usr/sbin:/bin:/sbin:/stand
|
||||
export PATH
|
||||
|
||||
# Keep this current with the distribution!
|
||||
DISTNAME="2.0-941222-SNAP"
|
||||
DISTNAME="2.0-950112-SNAP"
|
||||
|
||||
# Express or Custom install?
|
||||
INSTALL_TYPE=""
|
||||
|
Loading…
Reference in New Issue
Block a user