Searched refs:updating (Results 1 – 25 of 34) sorted by relevance
12
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | reinvoke | 27 # Make sure updating the makefile itself also works 57 # Now try with the file we're not updating being the actual file we're
|
/ndk/sources/host-tools/make-3.81/ |
D | filedef.h | 81 unsigned int updating:1; /* Nonzero while updating deps of this file */ member
|
D | file.c | 321 MERGE (updating); in rehash_file() 464 unsigned int last_dep_has_cmds = f->updating; in expand_deps() 467 f->updating = 0; in expand_deps()
|
D | remake.c | 50 ->updating = 1) 52 ->updating = 0) 54 ->updating)
|
D | read.c | 2062 f->updating = 1; in record_files()
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | README.NDK | 93 to see the details of the failure. This may require manually updating
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Makefile.in.in | 87 # if updating the $(CATALOGS) would always touch them; however, the rule for 326 # General rule for updating PO files.
|
D | make.pot | 1357 msgid "Still updating file `%s'.\n" 1362 msgid "Finished updating file `%s'.\n"
|
D | be.po | 1376 msgid "Still updating file `%s'.\n" 1381 msgid "Finished updating file `%s'.\n"
|
D | ko.po | 1419 msgid "Still updating file `%s'.\n" 1424 msgid "Finished updating file `%s'.\n"
|
D | ja.po | 1429 msgid "Still updating file `%s'.\n" 1434 msgid "Finished updating file `%s'.\n"
|
D | zh_CN.po | 1382 msgid "Still updating file `%s'.\n" 1387 msgid "Finished updating file `%s'.\n"
|
D | rw.po | 1479 msgid "Still updating file `%s'.\n" 1484 msgid "Finished updating file `%s'.\n"
|
D | he.po | 1417 msgid "Still updating file `%s'.\n" 1422 msgid "Finished updating file `%s'.\n"
|
D | id.po | 1416 msgid "Still updating file `%s'.\n" 1421 msgid "Finished updating file `%s'.\n"
|
D | nl.po | 1441 msgid "Still updating file `%s'.\n" 1446 msgid "Finished updating file `%s'.\n"
|
D | fi.po | 1440 msgid "Still updating file `%s'.\n" 1445 msgid "Finished updating file `%s'.\n"
|
D | da.po | 1426 msgid "Still updating file `%s'.\n" 1431 msgid "Finished updating file `%s'.\n"
|
D | sv.po | 1412 msgid "Still updating file `%s'.\n" 1417 msgid "Finished updating file `%s'.\n"
|
D | pl.po | 1435 msgid "Still updating file `%s'.\n" 1440 msgid "Finished updating file `%s'.\n"
|
D | hr.po | 1434 msgid "Still updating file `%s'.\n" 1439 msgid "Finished updating file `%s'.\n"
|
D | ga.po | 1447 msgid "Still updating file `%s'.\n" 1452 msgid "Finished updating file `%s'.\n"
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.texi | 292 to get the commands for updating a file. 321 for updating archives. 365 in your program and provides commands for updating each file. 696 Before recompiling an object file, @code{make} considers updating its 802 @dfn{implicit rule} for updating a @samp{.o} file from a correspondingly 1393 @cindex updating makefiles 1448 targets to touch. So the @samp{-t} option has no effect on updating 1451 @samp{--just-print}) do not prevent updating of makefiles, because an 1458 However, on occasion you might actually wish to prevent updating of even 1506 @file{Makefile} provides a rule for updating @file{bar}, @code{make} [all …]
|
D | make.info-1 | 266 to get the commands for updating a file. 295 for updating archives. 336 and provides commands for updating each file. In a program, typically, 614 Before recompiling an object file, `make' considers updating its 700 "implicit rule" for updating a `.o' file from a correspondingly named 1236 `-t' option has no effect on updating makefiles; they are really 1238 and `-n' (or `--just-print') do not prevent updating of makefiles, 1245 However, on occasion you might actually wish to prevent updating of 1290 -f Makefile bar'. If `Makefile' provides a rule for updating `bar', 3455 of `make' would think that `foo.o' did not require updating--resulting [all …]
|
D | make.info-2 | 694 for updating archives. 776 perform automatic updating with this command: 812 `ranlib'. The rules for updating the members are not shown here; most 3513 * archive symbol directory updating: Archive Symbols. (line 6) 3614 * directories, updating archive symbol: Archive Symbols. (line 6) 4052 * symbol directories, updating archive: Archive Symbols. (line 6) 4098 * updating archive symbol directories: Archive Symbols. (line 6) 4099 * updating makefiles: Remaking Makefiles. (line 6)
|
12