After some more investigation I found that I can build a release from scratch

by just adding the following patch. I think this is much cleaner than my
previous patch that changed release/Makefile allthough I still think we can
add the -DNOMAN in some places. :-)

John
--
Submitted by:John.Hay@csir.co.za
This commit is contained in:
Mark Murray 1995-11-21 06:35:37 +00:00
parent abc60cd9fc
commit f92b5f0f32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12446

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
# $Id: Makefile,v 1.17 1995/09/13 17:23:00 markm Exp $
# $Id: Makefile,v 1.18 1995/11/01 13:38:22 markm Exp $
SUBDIR= des include lib libexec usr.bin usr.sbin man
@ -29,6 +29,7 @@ kprog:
bootstrap:
( cd include; ${MAKE} ${MFLAGS} install )
( cd des; ${MAKE} ${MFLAGS} depend all install )
( cd lib; ${MAKE} ${MFLAGS} depend all install )
${MAKE} ${MFLAGS} cleandir
${MAKE} ${MFLAGS} obj
${MAKE} ${MFLAGS} depend all install kprog