Lines Matching refs:when
66 Then the system property named `name` gets the value `value` only when there
131 environment variables. Ninja does not track when environment variables change
151 There's now a `BUILD_BROKEN_OUTSIDE_INCLUDE_DIRS` variable, that when set, will
155 Neither of these cases are supported by Soong, and will produce errors when
236 for host modules, error when there's a host-only module in `PRODUCT_PACKAGES`,
299 `DIST_DIR` and `dist_goal` are no longer available when reading Android.mk
310 will copy `bar/baz` into `$DIST_DIR/baz` when `m foo dist` is run.
321 will copy `bar/baz` into `$DIST_DIR/logs/foo.log` when `m foo dist` is run.
342 obvious when reading makefiles what is happening, and will help the build
372 when building with external build systems (firmware, bootloader, kernel, etc).
374 have enough dependencies to know when to run the other build system again
392 -- without custom checks, Make doesn't rebuild objects when CFLAGS change, etc.
400 The `export` and `unexport` keywords are obsolete, and will throw errors when