Changes between Initial Version and Version 15 of Ticket #382

Show
Ignore:
Timestamp:
05/17/09 15:43:39 (13 years ago)
Author:
Infinoid
Comment:

rg, I've updated the description for you. +1 for being compatible with the worst make out there, and getting rid of :=.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #382

    • Property cc rg@… added
    • Property summary changed from make fails on freebsd 6.2/gcc 3.4 to Using := in Makefiles causes extra complexity
  • Ticket #382 – description

    initial v15  
    1 {{{ 
    2 perl5.10 tools/build/c2str.pl src/pmc/timer.c > src/pmc/timer.str 
    3 perl5.10 tools/build/pmc2c.pl --dump src/pmc/pointer.pmc 
    4 perl5.10 tools/build/pmc2c.pl --c src/pmc/pointer.pmc 
    5 perl5.10 tools/build/c2str.pl src/pmc/pointer.c > src/pmc/pointer.str 
    6 perl5.10 tools/build/c2str.pl src/pmc/sub.c > src/pmc/sub.str 
    7 tools/build/c2str.pl: src/pmc/sub.c: No such file or directory at tools/build/c2str.pl line 54. 
    8 *** Error code 2 
    9 }}} 
     1When Configure.pl detects gmake in your $PATH, it assumes you intend to use it, and allows ":=" syntax in the Makefile it generates.  Thus, when gmake is installed, you are forced to use it (even when it's not the normal "make" for your platform).  See discussion below.