Subject: Re: CVS commit: src/x11/share/fonts
To: None <source-changes@NetBSD.org>
From: Tyler Retzlaff <rtr@netbsd.org>
List: source-changes
Date: 03/10/2004 01:27:51
> Module Name:	src
> Committed By:	drochner
> Date:		Tue Mar  9 11:41:19 UTC 2004
> 
> Modified Files:
> 	src/x11/share/fonts: Makefile.mkfontscale
> 
> Log Message:
> make sure the encodings.dir file is copied over after the
> mkfontscale runs, should fix flist mismatch reported by
> cgd, kilbi, smb and Jukka Salmi

hm, we can't use .PHONY for fonts.scale because Speedo/fonts.scale is
real.

We could use the :: operator instead of the : operator for the
fonts.scale dependency line fonts.scale: -> fonts.scale:: if we always
want them re-created.

The other problem with running mkfontscale at share/fonts is that we
are blowing away the Speedo fonts.scale. mkfontscale doesn't work on
the Speedo fonts.  We could do what is done in Makefile.scaled and if
Speedo don't do the fonts.scale target.

mmm, special cases

-- 

Tyler R. Retzlaff <rtr@NetBSD.org> http://www.NetBSD.org