./0040755000175100017510000000000007674251010010237 5ustar gholtgholt./Makeppfile0100644000175100017510000000042007143114056012227 0ustar gholtgholt# # A test of makepp's handling of files with special characters in them. # .PHONY: all all: '%\' "a file with spaces" "a:b" "%\\" : "a;b" echo '$@' > '$@' cat '$<' >> '$@' "a;b": echo "$@" > '$@' "a file with spaces": echo "$@" > '$@' "a:b": echo "$@" > "$@" ./is_relevant0100755000175100017510000000014607674251010012476 0ustar gholtgholt#!/bin/sh # # Parallel builds don't work under cygwin. # ${PERL-perl} -e '$^O eq "cygwin" && exit 1' ./answers/0040755000175100017510000000000007143114104011712 5ustar gholtgholt./answers/%\0100644000175100017510000000000707143112163012112 0ustar gholtgholt%\ a;b ./answers/a:b0100644000175100017510000000000407143114065012306 0ustar gholtgholta:b ./answers/a;b0100644000175100017510000000000407143112163012304 0ustar gholtgholta;b ./answers/n_files0100644000175100017510000000000207143114100013235 0ustar gholtgholt4 ./answers/a file with spaces0100644000175100017510000000002307143112163015143 0ustar gholtgholta file with spaces