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 retrieving revision 1.93 retrieving revision 1.94 diff -u -p -r1.93 -r1.94 --- src/Makefile 1999/03/10 19:10:14 1.93 +++ src/Makefile 1999/03/10 19:18:59 1.94 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 1999/03/10 19:10:14 scottr Exp $ +# $NetBSD: Makefile,v 1.94 1999/03/10 19:18:59 scottr Exp $ .include # for configuration variables. @@ -35,6 +35,10 @@ includes-gnu: includes-include includes- # 2) the the target is install or includes AND # NOT compiling only "exportable" code AND # doing it as part of installing a distribution. +# +# NOTE: due to the use of the make(foo) construct here, using the +# clean, cleandir, and obj targets on the command line in conjunction +# with any other target may produce unexpected results. .if exists(domestic) && \ (make(clean) || make(cleandir) || make(obj) || \