File: 2004_04_22_envexe.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 (19 lines) | stat: -rw-r--r-- 386 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
###	SPAR <http://www.cpan.org/scripts/>
###	8	644	1082657847	1209464896	Makeppfile
export DOT := .

x:
    ifperl Mpp::is_windows < 2
	$$DOT/ec_o OK > $@
    else
	%DOT%\ec_o OK > $@
    endif
###	3	755	1082657833	1082657806	ec_o
#!/bin/sh

echo "$@"
###	1	755	1082657833	1209462365	ec_o.bat
@echo %1
###	D	755	1082657921	1082657919	answers
###	1	644	1082657919	1082657919	answers/x
OK