File: testcase.subdir.11.makeflow

package info (click to toggle)
cctools 3.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,704 kB
  • sloc: ansic: 49,398; cpp: 15,568; perl: 12,324; sh: 2,668; python: 1,422; makefile: 632; yacc: 433; lex: 152; xml: 109
file content (3 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (2)
1
2
3
# many directories. Prove on redundant transfer with debug on!
1.txt mydir mydir.txt mydir/1.txt mydir/2.txt mydir/1 mydir/1/a.txt mydir/1/b.txt mydir/1/haha/lala.txt mydir/1/haha/wawa.txt: input
	echo top > 1.txt; echo level > mydir.txt; mkdir -p mydir; cp input/hello mydir/1.txt; cp input/hello mydir/2.txt; mkdir -p mydir/1;cp input/hello mydir/1/a.txt; cp input/hello mydir/1/b.txt; mkdir -p mydir/1/haha; echo hello > mydir/1/haha/lala.txt; echo world > mydir/1/haha/wawa.txt