Use a saner variant for computing the number of groups in cpuctl tests
[ltp-debian.git] / testcases / ballista / Makefile
blobadf1934fcad27581eea60b4716e4a344b8997eaf
1 ifeq ($(shell perl -v > /dev/null 2>&1 && echo yes),fuckoff)
3 all: bal
5 install:
6 ./do_nothing.sh
8 else
10 all install:
11 @echo "WARNING: No perl detected; skipping ballista tests"
13 endif
15 .configured:
16 cd ballista ; ./configure
17 touch .configured
19 bal: .configured
20 $(MAKE) -i -C ballista
22 clean:
23 $(MAKE) -C ballista clean
24 rm -f .configured