repo.or.cz
/
ltp-debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix the creation of the dumpdir directory in stress_floppy Makefile
[ltp-debian.git]
/
testcases
/
ballista
/
Makefile
blob
adf1934fcad27581eea60b4716e4a344b8997eaf
1
ifeq
($(
shell
perl
-
v
> /
dev
/
null
2
>&
1
&&
echo yes
),
fuckoff
)
2
3
all
:
bal
4
5
install
:
6
.
/
do_nothing.sh
7
8
else
9
10
all install
:
11
@echo
"WARNING: No perl detected; skipping ballista tests"
12
13
endif
14
15
.configured
:
16
cd ballista
;
.
/
configure
17
touch .configured
18
19
bal
:
.configured
20
$(
MAKE
) -
i
-
C ballista
21
22
clean
:
23
$(
MAKE
) -
C ballista
clean
24
rm
-
f .configured