File: 2003_11_25_repository_tot.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 (23 lines) | stat: -rw-r--r-- 567 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
###	SPAR <http://www.cpan.org/scripts/>
###	0	644	1069811870	1069811870	TOT
###	D	755	1069812716	1069812716	answers
###	1	644	1069812196	1069812190	answers/x
../../ ../../
###	D	755	1069812716	1069812716	d1
###	D	755	1069812716	1069812716	d1/var
###	8	644	1164315563	1069812011	d1/var/Makeppfile
FOO := $(dir $(find_upwards TOT))

repository .=..

BAR := $(dir $(find_upwards TOT))

x:
	&echo $(FOO) $(BAR) -o $@
###	6	755	1164321341	1069812714	makepp_test_script.pl
chdir 'd1/var';
makepp;
rename 'x', '../../x';
rename '.makepp', '../../.makepp';
chdir '../..';
1;