Changeset 2151

Show
Ignore:
Timestamp:
03/13/07 17:26:30 (2 years ago)
Author:
tg
Message:

apparently, this list shouldn't entirely be sorted alphabetically
my bad @dnehring, this addresses PR#248

Note: this probably does not close PR#248, building tools or toolchain
in parallel is *not* supported (and probably will not – they have to
be built in order).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/Makefile

    r2147 r2151  
    88 
    99TARGETS:= 
     10 
     11# These must be first 
     12TARGETS+=       paxmirabilis 
     13TARGETS+=       sed 
     14 
    1015TARGETS+=       brcm-utils 
    1116TARGETS+=       failsafe 
     
    1520TARGETS+=       lzma 
    1621TARGETS+=       mkimage 
    17 TARGETS+=       paxmirabilis 
    18 TARGETS+=       sed 
    1922TARGETS+=       squashfs 
    2023ifeq (${OStype},Linux)