Home
last modified time | relevance | path

Searched refs:phony (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/doc/examples/
DMakefile.example42 .phony: all clean-test clean
/third_party/ninja/misc/
Dinherited-fds.ninja17 build all: phony a b c d e
Dlong-slow-build.ninja38 build all: phony 20 21 22 23 24 25 26 27 28 29
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmake.py1952 [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/
Dmake.py1964 [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/
Dmanual.asciidoc506 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/
Dorigin-trial-changes.md38 * The `ignore()` builtin has been replaced with phony-assignment. [gpuweb#2127](https://github.com/…
/third_party/gn/src/gn/
Dninja_build_writer.cc432 GN generates Ninja "phony" rules for targets in the default toolchain. The
/third_party/libwebsockets/READMEs/
DREADME.ctest.md262 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/
DChangeLog.221129 (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/
Dlibffi.info490 However, a phony array type like this will not cause any errors from
Dlibffi.texi533 However, a phony array type like this will not cause any errors from
/third_party/skia/
DBUILD.gn214 # If not enabled, a phony empty target that swallows all otherwise unused variables.
/third_party/gn/docs/
Dreference.md7650 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/
DCHANGELOG_V8.md4641 * \[[`c694633328`](https://github.com/nodejs/node/commit/c694633328)] - **build**: sort phony rules…
DCHANGELOG_V10.md2760 …js/node/commit/4520bb8a73)] - **build**: make tools/doc/node\_modules non-phony (Daniel Bevenius) …