Searched refs:touch (Results 1 – 25 of 79) sorted by relevance
1234
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | order_only | 23 touch $@ 28 touch $@!, 29 '', "touch bar\ntouch baz\n\$^ = bar\n\$| = baz\ntouch foo\n"); 34 run_make_test(undef, '', "touch baz\n"); 44 touch $@ 51 touch $@!, 52 '', "touch bar\ntouch baz\n\$^ = bar baz\n\$| = \ntouch foo\n"); 57 run_make_test(undef, '', "touch baz\n\$^ = bar baz\n\$| = \ntouch foo\n"); 69 touch $@ 74 touch $@!, [all …]
|
D | patternrules | 82 touch $@ 93 touch $dir/foo.c 107 %.bar:; @touch $@ && exit 1 127 touch $*.h 128 touch $*.c 137 touch $@ 141 'touch foo.in 142 touch foo.h 143 touch foo.c
|
D | escape | 16 $(path)foo : ; @echo "touch ($@)" 18 foo\ bar: ; @echo "touch ($@)" 23 'touch (foo)'); 36 'touch (pre:foo)'); 49 'touch (foo bar)');
|
D | double_colon | 77 &touch('foo'); 95 &touch('foo'); 132 &touch('one'); 133 &touch('two');
|
D | mult_rules | 33 &touch("defs.h","test.h","config.h"); 58 &touch("extra.h");
|
D | reinvoke | 8 file, then touch the temp file to make it newer than the makefile."; 41 &touch('c');
|
D | statipattrules | 12 &touch('bar.c', 'lose.c'); 35 &touch("foo.el");
|
/ndk/sources/host-tools/make-3.81/config/ |
D | missing | 145 touch aclocal.m4 154 touch configure 173 touch $touch_files 184 while read f; do touch "$f"; done 198 touch $file 275 touch $file 303 touch $file
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | SECONDARY | 53 &touch('foo.f'); 76 &touch('foo.f'); 103 touch('final'); 114 touch('version2');
|
D | INTERMEDIATE | 51 &touch('foo.f'); 72 &touch('foo.f'); 94 foo.a: ; touch $@ 95 %: %.a ; touch $@ 102 $answer = "touch foo.a\ntouch foo\nrm foo.a\n";
|
D | PHONY | 29 &touch($example); 34 &touch("clean");
|
D | FORCE | 24 &touch("clean");
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | wildcard | 35 &touch("example.1"); 36 &touch("example.two"); 37 &touch("example.3"); 38 &touch("example.for"); 39 &touch("example._");
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-t | 29 &touch('orig2-a','orig1-b'); 32 $answer = "touch interm-a\ntouch final-a\ntouch interm-b\ntouch final-b\n"; 39 # -t should not touch files with no commands. 53 $answer = "touch xxx\n";
|
D | dash-W | 41 @echo "touch $@" 43 baz.x: bar.x ; @echo "touch $@" 47 touch foo.x 49 touch baz.x'); 65 touch('y');
|
D | dash-B | 11 &touch('bar.x'); 45 foo.x: ; @touch $@ 56 &touch('blah.x'); 62 foo.x: ; @touch $@
|
D | dash-n | 19 &touch('orig'); 54 &touch('c');
|
D | dash-C | 22 &touch($example); 50 &touch($example);
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | MAKE_RESTARTS | 11 foo.x: ; @touch $@ 26 bar.x: ; @touch $@ 47 bar.x: ; @touch $@
|
D | automatic | 24 touch $@ 26 $(dir)/bar.y baz.z : ; touch $@ 37 $answer = "touch $dir/bar.y 44 touch $dir/foo.x\n"; 101 #touch('foo');
|
/ndk/build/tools/ |
D | build-host-python.sh | 324 touch $SRCDIR/Include/graminit.h 325 touch $SRCDIR/Python/graminit.c 327 touch $SRCDIR/Parser/Python.asdl 328 touch $SRCDIR/Parser/asdl.py 329 touch $SRCDIR/Parser/asdl_c.py 330 touch $SRCDIR/Include/Python-ast.h 331 touch $SRCDIR/Python/Python-ast.c
|
D | download-toolchain-sources.sh | 189 rm -f $SOURCES_LIST && touch $SOURCES_LIST 247 find . -name "Makefile.in" -exec touch {} \; && \ 248 find . -name "aclocal.m4" -exec touch {} \; && \ 249 find . -name "configure" -exec touch {} \; )
|
D | build-mingw64-toolchain.sh | 295 rm -f $LOG_FILE && touch $LOG_FILE 475 touch $STAMP_DIR/licenses 528 touch $STAMP_DIR/$PKGNAME 567 touch $STAMP_DIR/$PKGNAME 599 touch $STAMP_DIR/$PKGNAME 628 touch $STAMP_DIR/core-$PKGNAME 656 touch $STAMP_DIR/$PKGNAME 681 touch "$STAMP_DIR/libgcc-$PKGNAME"
|
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
D | general4 | 16 dir/subdir/file.b: dir/subdir ; @echo touch dir/subdir/file.b 23 &touch('foo.c'); 33 &touch('bar'); 77 dir/subdir/file.$$b: dir/subdir ; @echo touch '$@'
|
/ndk/docs/Programmers_Guide/html/ |
D | navtree.css | 80 -webkit-overflow-scrolling : touch; /* iOS 5+ */ 120 -webkit-overflow-scrolling : touch; /* iOS 5+ */
|
1234