Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



cgd
Tue Jan 21 17:34:14 PST 1997
Update of /cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv10413

Modified Files:
        bsd.kmod.mk bsd.lib.mk bsd.prog.mk 
Log Message:
if 'clean' is not already defined, rather than simply defining it with
a bunch of rules, define a clean{kmod,lib,prog} target with the rules,
and have both clean and cleandir depend on that.  That eliminates a bug
where 'cleandir' in a directory which included e.g. bsd.prog.mk but which
also had subdirs would 'make clean' all the subdirs and then 'make cleandir'
all ofthe subdirs.  It also allows Makefiles to add more dependencies
to 'clean' after inclusion of the make template.

If 'clean' is already defined, the behaviour is the same as it used to be.


cgd
Tue Jan 21 17:36:31 PST 1997
Update of /cvsroot/src/sys/lib/libz
In directory netbsd1:/var/slash-tmp/cvs-serv11120

Modified Files:
        Makefile 
Log Message:
fix a typo (ZPPFLAGS should have been ZCPPFLAGS)



Home | Main Index | Thread Index | Old Index