Changeset 634 for trunk/makefile.inc


Ignore:
Timestamp:
12/14/08 01:48:00 (4 years ago)
Author:
reyalp
Message:

+ allow user to override location of PRIMARY.BIN files. Set PRIMARY_ROOT to a tree that mirrors what is under platform, either on the make command line or in buildconf.inc

  • use automatic MEMISOSIZE on some new ports that didn't have it: g9, sd30, sd300/100j
  • clean up old commented MEMISOSIZE stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile.inc

    r621 r634  
    195195 
    196196MEMISOSIZE="(&_end-&_start)" 
     197# override this on the command line or in buildconf to use PRIMARY.BIN from a different tree 
     198# should be an absolute path 
     199PRIMARY_ROOT=$(topdir)platform 
    197200include $(topdir)buildconf.inc 
    198201include $(topdir)version.inc 
Note: See TracChangeset for help on using the changeset viewer.