Changeset a710680 in mainline


Ignore:
Timestamp:
2006-08-10T22:17:19Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2d99709
Parents:
5f24137
Message:

allow automatic build

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r5f24137 ra710680  
    121121
    122122all:
    123         tools/config.py HelenOS.config default
     123        tools/config.py HelenOS.config default $(PLATFORM) $(COMPILER) $(CONFIG_DEBUG)
    124124        $(MAKE) -C . build
    125125
  • tools/config.py

    r5f24137 ra710680  
    458458    if len(sys.argv) >= 4:
    459459        defaults['ARCH'] = sys.argv[3]
     460        defaults['PLATFORM'] = sys.argv[3]
    460461       
    461462        # Get COMPILER from command line if specified
Note: See TracChangeset for help on using the changeset viewer.