This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Compiler option?
- From: Rayson Ho <raysonlogin at yahoo dot com>
- To: gcc at gcc dot gnu dot org
- Cc: yinliyin at zte dot com dot cn
- Date: Sun, 24 Mar 2002 21:17:26 -0800 (PST)
- Subject: Re: Compiler option?
Are you talking about the commands like:
% make
gcc -g -c file1.c
gcc -g -c file2.c
If yes, then they are output of "make".
Then you'll need to modify the makefile:
If you have a line like:
$(CC) -c $(CFLAGS) $<
change it to:
@$(CC) -c $(CFLAGS) $<
Baically, adding an "@" tells "make" not to print out the command line.
Rayson
__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/