cvsuser     03/11/19 06:52:07

  Modified:    config/gen/makefiles root.in
  Log:
  Also output the C-Compiler in the Compiling with: line
  
  Revision  Changes    Path
  1.170     +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.169
  retrieving revision 1.170
  diff -u -w -r1.169 -r1.170
  --- root.in   16 Nov 2003 04:34:07 -0000      1.169
  +++ root.in   19 Nov 2003 14:52:07 -0000      1.170
  @@ -266,7 +266,7 @@
   
   flags_dummy:
        echo Compiling with:
  -     @$(PERL) tools/dev/cc_flags.pl ./CFLAGS echo $(CFLAGS) xx$(O) -c xx.c
  +     @$(PERL) tools/dev/cc_flags.pl ./CFLAGS echo $(CC) $(CFLAGS) xx$(O) -c xx.c
   
   
   mops : examples/assembly/mops${exe} examples/mops/mops${exe}
  
  
  

Reply via email to