Searched refs:phony (Results 1 – 16 of 16) sorted by relevance
/third_party/ffmpeg/doc/examples/ |
D | Makefile.example | 42 .phony: all clean-test clean
|
/third_party/ninja/misc/ |
D | inherited-fds.ninja | 17 build all: phony a b c d e
|
D | long-slow-build.ninja | 38 build all: phony 20 21 22 23 24 25 26 27 28 29
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | make.py | 1952 [self.target], [self.output], comment="Add target alias", phony=True 1959 phony=True, 1990 [self.target], [install_path], comment="Add target alias", phony=True 2030 phony=True, 2041 phony=True, 2048 phony=True, 2099 phony=False, argument 2121 if phony:
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | make.py | 1964 [self.target], [self.output], comment="Add target alias", phony=True 1971 phony=True, 2002 [self.target], [install_path], comment="Add target alias", phony=True 2042 phony=True, 2053 phony=True, 2060 phony=True, 2111 phony=False, argument 2133 if phony:
|
/third_party/ninja/doc/ |
D | manual.asciidoc | 506 The `phony` rule 509 The special rule name `phony` can be used to create aliases for other 513 build foo: phony some/file/in/a/faraway/subdir/foo 517 `phony` rule is equivalent to a plain rule where the `command` does 518 nothing, but phony rules are handled specially in that they aren't 522 When a `phony` target is used as an input to another build rule, the 524 `phony` rule as its own. Therefore, `phony` rules can be used to group 527 `phony` can also be used to create dummy targets for files which 528 may not exist at build time. If a phony build statement is written 530 it does not exist. Without a phony build statement, Ninja will report [all …]
|
/third_party/skia/third_party/externals/tint/docs/ |
D | origin-trial-changes.md | 38 * The `ignore()` builtin has been replaced with phony-assignment. [gpuweb#2127](https://github.com/…
|
/third_party/gn/src/gn/ |
D | ninja_build_writer.cc | 432 GN generates Ninja "phony" rules for targets in the default toolchain. The
|
/third_party/libwebsockets/READMEs/ |
D | README.ctest.md | 262 how to start and stop the buddy using phony tests to make a "fixture" in cmake
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.22 | 1129 (remove_ftmodule_h): New phony target to delete `ftmodule.h'. 1137 a phony prerequisite which is run only if the target file must be 1138 rebuilt (phony prerequisites act like subroutines and are *always*
|
/third_party/libffi/doc/ |
D | libffi.info | 490 However, a phony array type like this will not cause any errors from
|
D | libffi.texi | 533 However, a phony array type like this will not cause any errors from
|
/third_party/skia/ |
D | BUILD.gn | 214 # If not enabled, a phony empty target that swallows all otherwise unused variables.
|
/third_party/gn/docs/ |
D | reference.md | 7650 GN generates Ninja "phony" rules for targets in the default toolchain. The 7651 phony rules can collide with each other and with the names of generated files 7676 These "phony" rules are provided only for running Ninja since this matches
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V8.md | 4641 * \[[`c694633328`](https://github.com/nodejs/node/commit/c694633328)] - **build**: sort phony rules…
|
D | CHANGELOG_V10.md | 2760 …js/node/commit/4520bb8a73)] - **build**: make tools/doc/node\_modules non-phony (Daniel Bevenius) …
|