OpenSolaris

Printable Version Enter a New Search
Bug ID 6585554
Synopsis make clean doesn't clean out generated font files
State 10-Fix Delivered (Fix available in build)
Category:Subcategory xserver:builds
Keywords
Responsible Engineer Alan Coopersmith
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_71
Fixed In snv_71
Release Fixed solaris_nevada(snv_71) , solaris_10u5(s10u5_01) (Bug ID:2151263)
Related Bugs 6580826
Submit Date 26-July-2007
Last Update Date 27-July-2007
Description
In the directories in the X build tree where fonts are converted from *.bdf to *.pcf.Z,
"make clean" does not remove the generated *.pcf.Z files, so if anything goes wrong when
building the fonts, they have to be manually removed in order for them to be rebuilt.

The X.Org Imake rules fixed this by adding the following to the MakeFonts() rule:
clean::									@@\
	RemoveFiles(*.pcf *.pcf.Z *.pcf.gz)

We should integrate this to our Imake configs as well.
Work Around
N/A
Comments
N/A