cvsuser 03/08/16 10:44:20
Modified: config/gen/makefiles imcc.in root.in
Log:
echo the real flags
Revision Changes Path
1.28 +1 -1 parrot/config/gen/makefiles/imcc.in
Index: imcc.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/imcc.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -w -r1.27 -r1.28
--- imcc.in 16 Aug 2003 12:42:01 -0000 1.27
+++ imcc.in 16 Aug 2003 17:44:19 -0000 1.28
@@ -50,7 +50,7 @@
flags_dummy:
echo Compiling with:
- echo $(CC) $(CFLAGS) xx$(O) -c xx.c
+ @$(PERL) ../../tools/dev/cc_flags.pl ./CFLAGS echo $(CFLAGS) xx$(O) -c xx.c
../../$(PARROTLIB):
cd ..${slash}.. && $(MAKE) $(PARROTLIB) && cd languages${slash}imcc
1.112 +1 -1 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -w -r1.111 -r1.112
--- root.in 16 Aug 2003 12:42:01 -0000 1.111
+++ root.in 16 Aug 2003 17:44:19 -0000 1.112
@@ -207,7 +207,7 @@
flags_dummy:
echo Compiling with:
- echo $(CC) $(CFLAGS) xx$(O) -c xx.c
+ @$(PERL) tools/dev/cc_flags.pl ./CFLAGS echo $(CFLAGS) xx$(O) -c xx.c
mops : examples/assembly/mops${exe} examples/mops/mops${exe}