1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Prepare for next snapshot.

This commit is contained in:
Jordan K. Hubbard 1995-01-12 10:34:37 +00:00
parent 533c1db8da
commit c8a5d5e0b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5533
2 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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=""