Home
last modified time | relevance | path

Searched refs:FORCE (Results 1 – 10 of 10) sorted by relevance

/ndk/build/tools/
Dbuild-docs.sh25 FORCE=
39 register_var_option "--force" FORCE "Rebuild all documentation"
91 if [ -z "$FORCE" -a -f "$DST_FILE" -a "$SRC_FILE" -ot "$DST_FILE" ]; then
Ddev-system-import.sh100 FORCE=no
101 register_var_option "--force" FORCE "Force-copy all files."
138 if [ "$FORCE" = "yes" ] ;then
166 if [ "$FORCE" = "yes" ]; then
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DFORCE12 print MAKEFILE "clean: FORCE\n";
14 print MAKEFILE "FORCE:\n";
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dword11 string := word.pl general_test2.pl FORCE.pl word.pl generic_test.perl MAKEFILES_variable.pl
38 ."FORCE.pl word.pl\n"
40 ."word.pl general_test2.pl FORCE.pl word.pl generic_test.perl MAKEFILES_variable.pl\n"
43 ."word.pl general_test2.pl FORCE.pl word.pl\n";
Dsuffix18 print MAKEFILE "string := word.pl general_test2.pl1 FORCE.pl word.pl3 generic_test.perl /tmp.c/bar…
/ndk/sources/host-tools/make-3.81/
DMakefile.ami177 glob/libglob.a: FORCE config.h
179 FORCE:
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog81 scripts/targets/FORCE, scripts/targets/PHONY,
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-12350 clean: FORCE
2352 FORCE:
2354 Here the target `FORCE' satisfies the special conditions, so the
2356 is nothing special about the name `FORCE', but that is one name
2359 As you can see, using `FORCE' this way has the same results as using
2363 versions of `make' do not support `.PHONY'; thus `FORCE' appears in
Dmake.texi2758 @cindex @code{FORCE}
2770 clean: FORCE
2772 FORCE:
2776 Here the target @samp{FORCE} satisfies the special conditions, so the
2778 There is nothing special about the name @samp{FORCE}, but that is one name
2781 As you can see, using @samp{FORCE} this way has the same results as using
2786 @samp{FORCE} appears in many makefiles. @xref{Phony Targets}.
Dmake.info-23692 * FORCE: Force Targets. (line 6)