File: 2005_08_12_build_cache_exmatch.test

package info (click to toggle)
makepp 2.0.98.5-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 2,744 kB
  • ctags: 708
  • sloc: perl: 15,893; makefile: 38; sh: 1
file content (27 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
###	SPAR <http://www.cpan.org/scripts/>
###	D	775	1123879739	1123871271	answers/
###	D	775	1123882078	1123882011	answers/dir2/
###	1	664	1123881976	1123884551	answers/dir2/file1
GOOD\n
###	D	775	1123882078	1123882001	answers/dir1/
###	2	664	1123881976	1123884545	answers/dir1/file1
GOOD\n
BAD
###	D	775	1123884574	1123884574	dir1/
###	D	775	1123884574	1123884574	dir2/
###	5	664	1152635935	1123884442	Makeppfile
dir1/file1 dir2/file1 :
	&touch $(outputs)
	&echo 'GOOD\\n' -o >>dir1/file1
	&echo 'GOOD\\n' -o >>dir2/file1
	&echo 'BAD' -o >>$(output)
###	9	755	1152635933	1123884520	makepp_test_script.pl
# Create the build cache:
makepp \'builtin', qw{-MMpp::BuildCacheControl create ./build_cache};

# Now build targets
makepp qw{--build-cache build_cache};

unlink qw(dir1/file1 dir2/file1);

makepp qw{--build-cache build_cache};