aboutsummaryrefslogtreecommitdiff
blob: be7f7a3de3ca0c3fe89bb12a34694492ad5d358b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
# http://bugs.gentoo.org/260765
[ "${at_xfail}" = "yes" ] && exit 77 # see script-0
addwrite $PWD

cat << EOF > Makefile
all:
	rm -rf .libs
	mkdir .libs
	rm -rf .libs
	printf OK
EOF

# autotest sets MAKEFLAGS on us
unset MAKEFLAGS

exec make -s