Changeset f857e8b in mainline for Makefile


Ignore:
Timestamp:
2014-04-18T07:27:28Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bcc20fa1
Parents:
8b863a62
Message:

Allow random configuration builds

Running make random-config would create a valid but completely
random configuration to be built. The purpose is to allow tests
of not so common configurations with at least some level of
automation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r8b863a62 rf857e8b  
    9191        $(CONFIG) $<
    9292
     93random-config: $(CONFIG_RULES)
     94        $(CONFIG) $< random
     95
    9396# Release files
    9497
Note: See TracChangeset for help on using the changeset viewer.