Changeset e3c3172 in mainline for Makefile


Ignore:
Timestamp:
2010-12-06T12:40:37Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bea023b9
Parents:
d40ffbb
Message:

introduce a true hands-off configuration/build mode
(use "make PROFILE≤profile_name> HANDS_OFF=y")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rd40ffbb re3c3172  
    6666
    6767config_default: $(CONFIG_RULES)
     68ifeq ($(HANDS_OFF),y)
     69        $(CONFIG) $< hands-off $(PROFILE)
     70else
    6871        $(CONFIG) $< default $(PROFILE)
     72endif
    6973
    7074config: $(CONFIG_RULES)
Note: See TracChangeset for help on using the changeset viewer.