Home
last modified time | relevance | path

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

1234

/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");
/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");
/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);
/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/build/tools/
Dbuild-host-python.sh324 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
Ddownload-toolchain-sources.sh189 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 {} \; )
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"
/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/docs/Programmers_Guide/html/
Dnavtree.css80 -webkit-overflow-scrolling : touch; /* iOS 5+ */
120 -webkit-overflow-scrolling : touch; /* iOS 5+ */

1234