Changeset 386

Show
Ignore:
Timestamp:
02/23/07 15:27:30 (2 years ago)
Author:
Gregor
Message:

rebuild/mars.c: -quiet is now passed through.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/rebuild/mars.c

    r379 r386  
    555555            } 
    556556        else if (strcmp(p + 1, "quiet") == 0) 
     557            { 
    557558        global.params.quiet = 1; 
     559                addFlag(compileFlags, "compile", "quiet", "-quiet"); 
     560            } 
    558561        else if (strcmp(p + 1, "release") == 0) 
    559562            {