Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
5a3ba0cc
Commit
5a3ba0cc
authored
Nov 16, 2007
by
Simon Marlow
Browse files
small tidyups to thie Makefile
parent
8750fd9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/timeout/Makefile
View file @
5a3ba0cc
...
...
@@ -10,20 +10,23 @@ ifeq "$(Windows)" "NO"
SRC_HC_OPTS
+=
-package
unix
endif
HS_PROG
=
timeout
boot
::
calibrate.out
all
::
calibrate.out
ifeq
"$(findstring thr,$(GhcRTSWays))" "thr"
boot
::
$(HS_PROG)
HS_PROG
=
timeout
else
boot
::
python-timeout
all
::
python-timeout
CLEAN_FILES
+=
timeout
endif
boot
::
all
calibrate.out
:
rm
-f
TimeMe.o TimeMe.hi TimeMe
$(PYTHON)
calibrate
"
$(HC)
"
>
$@
CLEAN_FILES
+=
calibrate.out
python-timeout
:
cp
timeout.py
timeout
chmod
+x
timeout
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment