Re: make target to avoid rebuilding fonts

2008-08-16 Thread Carl D. Sorensen
On 8/16/08 2:38 PM, "John Mandereau" <[EMAIL PROTECTED]> wrote: > This command obviously only cleans lily subdirectory. There is nothing > wrong with it, but this does not do what you were asking for. Ok, but if it clean the lily subdirectory, then all of the .o files will be gone. This means

Re: make target to avoid rebuilding fonts

2008-08-16 Thread John Mandereau
This command obviously only cleans lily subdirectory. There is nothing wrong with it, but this does not do what you were asking for. John 2008/8/16, Carl D. Sorensen <[EMAIL PROTECTED]>: > > > > On 8/16/08 10:50 AM, "John Mandereau" <[EMAIL PROTECTED]> wrote: > >> 2008/8/15 Carl D. Sorensen <[EMA

Re: make target to avoid rebuilding fonts

2008-08-16 Thread Carl D. Sorensen
On 8/16/08 10:50 AM, "John Mandereau" <[EMAIL PROTECTED]> wrote: > 2008/8/15 Carl D. Sorensen <[EMAIL PROTECTED]>: >> I've been working on tracking down the loss of functionality for >> Forbid_line_break_engraver. >> >> To do this I have to check out various commits and see if they have the >>

Re: make target to avoid rebuilding fonts

2008-08-16 Thread John Mandereau
2008/8/15 Carl D. Sorensen <[EMAIL PROTECTED]>: > I've been working on tracking down the loss of functionality for > Forbid_line_break_engraver. > > To do this I have to check out various commits and see if they have the > functionality. > > From time to time I need to blast out the object files be

Re: make target to avoid rebuilding fonts

2008-08-15 Thread Han-Wen Nienhuys
make -C lily clean On Thu, Aug 14, 2008 at 10:32 PM, Carl D. Sorensen <[EMAIL PROTECTED]> wrote: > I've been working on tracking down the loss of functionality for > Forbid_line_break_engraver. > > To do this I have to check out various commits and see if they have the > functionality. > > From ti

make target to avoid rebuilding fonts

2008-08-14 Thread Carl D. Sorensen
I've been working on tracking down the loss of functionality for Forbid_line_break_engraver. To do this I have to check out various commits and see if they have the functionality. >From time to time I need to blast out the object files because make gives me an error. So I've been doing "make cle