Re: [cc65] implicit make rules delete temp files, and a da65 request (was: da65 hangs in infinite loop)

From: MagerValp <MagerValp1cling.gu.se>
Date: 2007-06-12 14:55:16
>>>>> "G" == Groepaz  <groepaz@gmx.net> writes:

MV> when you make all, the chain builds .d -> .info -> .s -> .html.
MV> The problem is that (GNU) make deletes the .s files, and I want to
MV> keep them. Is there a way of saving them without resorting to
MV> interim targets?

G> mmmmmh i *think* there is some switch for make that prevents it.... *shrug*

With a little google fu, I finally tracked it down:

.PRECIOUS: %.s

makes gmake save all intermediate .s files.

-- 
    ___          .     .  .         .       . +  .         .      o   
  _|___|_   +   .  +     .     +         .  Per Olofsson, arkadspelare
    o-o    .      .     .   o         +          MagerValp@cling.gu.se
     -       +            +    .     http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Jun 12 14:55:26 2007

This archive was generated by hypermail 2.1.8 : 2007-06-12 14:55:28 CEST