gecko-dev/build/moz.configure
Mike Hommey fa43fb4a81 Bug 1287023 - Allow to use delayed_getattr in more cases. r=chmanchester
Until now, it's not been possible to do something as straightforward as:

option('--foo', default=delayed_getattr(milestone, 'is_nightly'))

The reason is that option's default needs what it's given, if it's a
@depends function, to depend on --help.

But we can't have every delayed_getattr add dependencies on --help,
because that would make unwanted things to depend on --help and run
when displaying the help.

Until we can totally remove --help dependencies, this change makes the
resulting @depends function created by delayed_getattr depend on --help
if the @depends function it's given already depends on --help.
2016-07-16 08:34:31 +09:00
..
android-ndk.configure Bug 1264482 - Use the EnumString type for the different values we get out of split_triplet. r=ted 2016-04-19 15:09:37 +09:00
checks.configure Bug 1267454 - Add a parameter to find_program and check_prog to allow searching the given paths instead of $PATH. r=glandium 2016-05-12 11:55:57 -07:00
init.configure Bug 1283052 - Remove some of the magic around mozconfig detection. r=gps 2016-07-08 08:43:17 +09:00
java.configure Bug 1267454 - Move java toolchain checks to Python configure. r=glandium 2016-05-12 11:55:57 -07:00
memory.configure Bug 1267901 - Fix --disable-replace-malloc on Nightly after bug 1257448. r=glandium 2016-04-27 02:53:17 +00:00
old.configure Bug 1282866 - remove widget/qt and other supporting QT code, r=dougt. This patch does not remove all of the checks for MOZ_WIDGET_QT (which are dead code), but that will be a followup mentored bug. 2016-07-07 12:14:25 -04:00
pkg.configure Bug 1269513 - Implement PKG_CHECK_MODULES equivalent in Python configure. r=glandium 2016-05-17 14:40:03 -07:00
rust.configure bug 1266368 - move rust.m4 to configure. r=glandium 2016-05-16 15:27:37 -04:00
toolchain.configure Merge mozilla-central to mozilla-inbound 2016-07-06 18:30:58 -07:00
util.configure Bug 1287023 - Allow to use delayed_getattr in more cases. r=chmanchester 2016-07-16 08:34:31 +09:00