aboutsummaryrefslogtreecommitdiff
blob: 60ca5ce1f7c815887c07f45bd81d676bf9c065fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
# https://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