Subject: CVS commit: src/x11/share/fonts/bdf
To: None <source-changes@NetBSD.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 03/08/2004 22:33:00
Module Name:	src
Committed By:	cgd
Date:		Mon Mar  8 22:33:00 UTC 2004

Modified Files:
	src/x11/share/fonts/bdf: Makefile.bdf

Log Message:
split cleaning: clean .tmp files via CLEANFILES ("make clean"), and
clean ${BDFFILES} and ${PCFFILES} via separate rm -f's during "make
cleandir."  The need to split these into separate rm's comes from the
fact that some cross-compilation host systems can't deal with the
>128kB arg list that a single 'rm' of all these things would cause.
The desire to clean the actual generated fonts only in 'cleandir' came
from lukem during review.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/x11/share/fonts/bdf/Makefile.bdf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.