Source-Changes archive

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

Re: CVS commit: src/x11/share/fonts



> 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@localhost> http://www.NetBSD.org



Home | Main Index | Thread Index | Old Index