Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.40 retrieving revision 1.42.2.1 diff -u -p -r1.40 -r1.42.2.1 --- src/Makefile 1997/05/26 03:55:19 1.40 +++ src/Makefile 1997/10/27 18:09:59 1.42.2.1 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 1997/05/26 03:55:19 cjs Exp $ +# $NetBSD: Makefile,v 1.42.2.1 1997/10/27 18:09:59 thorpej Exp $ .include # for configuration variables. @@ -40,7 +40,7 @@ afterinstall: (cd ${.CURDIR}/share/man && ${MAKE} makedb) .endif -oldbuild: +build: beforeinstall (cd ${.CURDIR}/share/mk && ${MAKE} install) ${MAKE} includes .if !defined(UPDATE) @@ -55,16 +55,4 @@ oldbuild: .endif ${MAKE} depend && ${MAKE} && ${MAKE} install -build: - @# can't do domestic includes until crt0.o, etc. is built. - ${MAKE} EXPORTABLE_SYSTEM=1 includes - (cd ${.CURDIR}/lib/csu && ${MAKE} depend && ${MAKE}) - (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE}) - (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE}) -.if exists(domestic) && !defined(EXPORTABLE_SYSTEM) - (cd ${.CURDIR}/domestic && ${MAKE} includes) - (cd ${.CURDIR}/domestic/lib/ && ${MAKE} depend && ${MAKE}) -.endif - ${MAKE} depend && ${MAKE} - .include