File: 2007_08_20_phony_include.test

package info (click to toggle)
makepp 2.0.98.5-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,744 kB
  • sloc: perl: 15,893; makefile: 38; javascript: 25; sh: 1
file content (16 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
###	SPAR <http://www.cpan.org/scripts/>
###	7	644	1103567918	1103567911	Makeppfile
# Make sure that we don't consider dir/incfile.makepp as a possible source,
# even though we don't learn that it's phony until after we find out that there
# is a rule to build it.  (Was broken as of 2007-08-19.)
include dir/incfile

$(phony default): 
	@&echo "nothing to build"
###	D	755	1103567918	1103567911	dir
###	5	644	1103567918	1103567911	dir/Makeppfile
$(phony incfile.makepp):
	@&echo -n

incfile:
	&touch $@