Home
last modified time | relevance | path

Searched refs:touch (Results 1 – 25 of 71) sorted by relevance

123

/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dorder_only23 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 …]
Dpatternrules82 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
Descape16 $(path)foo : ; @echo "touch ($@)"
18 foo\ bar: ; @echo "touch ($@)"
23 'touch (foo)');
36 'touch (pre:foo)');
49 'touch (foo bar)');
Ddouble_colon77 &touch('foo');
95 &touch('foo');
132 &touch('one');
133 &touch('two');
Dmult_rules33 &touch("defs.h","test.h","config.h");
58 &touch("extra.h");
Dreinvoke8 file, then touch the temp file to make it newer than the makefile.";
41 &touch('c');
Dstatipattrules12 &touch('bar.c', 'lose.c');
35 &touch("foo.el");
Derrors41 &touch("foo");
72 &touch("foo");
/ndk/sources/host-tools/make-3.81/config/
Dmissing145 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/
DSECONDARY53 &touch('foo.f');
76 &touch('foo.f');
103 touch('final');
114 touch('version2');
DINTERMEDIATE51 &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";
DPHONY29 &touch($example);
34 &touch("clean");
DFORCE24 &touch("clean");
DSILENT24 &touch($example);
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dwildcard35 &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/
Ddash-t29 &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";
Ddash-W41 @echo "touch $@"
43 baz.x: bar.x ; @echo "touch $@"
47 touch foo.x
49 touch baz.x');
65 touch('y');
Ddash-B11 &touch('bar.x');
45 foo.x: ; @touch $@
56 &touch('blah.x');
62 foo.x: ; @touch $@
Ddash-n19 &touch('orig');
54 &touch('c');
Ddash-C22 &touch($example);
50 &touch($example);
Dsymlinks33 &touch('dep');
38 &touch('targ');
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DMAKE_RESTARTS11 foo.x: ; @touch $@
26 bar.x: ; @touch $@
47 bar.x: ; @touch $@
Dautomatic24 touch $@
26 $(dir)/bar.y baz.z : ; touch $@
37 $answer = "touch $dir/bar.y
44 touch $dir/foo.x\n";
101 #touch('foo');
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral416 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/build/tools/
Dbuild-mingw64-toolchain.sh295 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"

123