I don't like the current state of things- it seems to be printing out the full compilation commands occasionally, but mostly not.
I think that at this stage of development it's best to print out the full commands being executed. --Josh At 15:34 on 07/28/2003 +0200, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Echoing all compiler flags clutters the screen too much, so that > warnings easily can get missed. > Earlier I used to run "make -s" which silents "make". > Still better would be: > - echo compiler flags once > - echo filenames only > - let the work depending on "-s" was given to "make" or not or such > > leo