]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/usr.bin/make/sysmk/t2/2/1/test.t
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / usr.bin / make / sysmk / t2 / 2 / 1 / test.t
1 #!/bin/sh
2
3 # $FreeBSD$
4
5 cd `dirname $0`
6 . ../../../../common.sh
7
8 # Description
9 DESC="Can we traverse up to / and find a 'mk/sys.mk' with -m -C?"
10
11 # Run
12 TEST_N=1
13 TEST_1="-m .../mk -C ../../../t0/2/1"
14 TEST_MAKE_DIRS="../../mk 755 ../../../t0/mk 755 ../../../t0/2/1 755"
15 TEST_COPY_FILES="../../mk/sys.mk 644 ../../../t0/mk/sys.mk 644 ../../../t0/2/1/Makefile 644"
16 TEST_CLEAN_FILES="../../../t0/2/1"
17 TEST_CLEANUP=clean-special
18
19 eval_cmd $*