File: 2004_12_14_comma.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 (17 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###	SPAR <http://www.cpan.org/scripts/>
###	11	644	1103070911	1304122775	Makeppfile
# This verifies that wildcards finally do match filenames containing comma.
# They didn't because that used to get interpreted as argument separators.
# Test that this is no longer the case.

# Cygwin lowercases and thus wildcard sorts differently
X := $(makeperl sort map lc, qw'$(wildcard *)')

$(phony default): x

x:
	&echo $(join $(X),1 2 3 4) -o $@
###	D	755	1103070976	1103070920	answers
###	1	644	1103070920	1304122786	answers/x
answers1 makeppfile2 x,y3 4
###	0	644	1103070741	1304122791	x,y