Searched refs:FORCE (Results 1 – 10 of 10) sorted by relevance
25 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
100 FORCE=no101 register_var_option "--force" FORCE "Force-copy all files."138 if [ "$FORCE" = "yes" ] ;then166 if [ "$FORCE" = "yes" ]; then
12 print MAKEFILE "clean: FORCE\n";14 print MAKEFILE "FORCE:\n";
11 string := word.pl general_test2.pl FORCE.pl word.pl generic_test.perl MAKEFILES_variable.pl38 ."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";
18 print MAKEFILE "string := word.pl general_test2.pl1 FORCE.pl word.pl3 generic_test.perl /tmp.c/bar…
177 glob/libglob.a: FORCE config.h179 FORCE:
81 scripts/targets/FORCE, scripts/targets/PHONY,
2350 clean: FORCE2352 FORCE:2354 Here the target `FORCE' satisfies the special conditions, so the2356 is nothing special about the name `FORCE', but that is one name2359 As you can see, using `FORCE' this way has the same results as using2363 versions of `make' do not support `.PHONY'; thus `FORCE' appears in
2758 @cindex @code{FORCE}2770 clean: FORCE2772 FORCE:2776 Here the target @samp{FORCE} satisfies the special conditions, so the2778 There is nothing special about the name @samp{FORCE}, but that is one name2781 As you can see, using @samp{FORCE} this way has the same results as using2786 @samp{FORCE} appears in many makefiles. @xref{Phony Targets}.
3692 * FORCE: Force Targets. (line 6)