Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
a0a72449
Commit
a0a72449
authored
Jun 05, 1997
by
sof
Browse files
[project @ 1997-06-05 22:36:38 by sof]
COMPILE more fault-tolerant
parent
475c874d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/suffix.mk
View file @
a0a72449
...
...
@@ -13,8 +13,10 @@ define COMPILE
@echo ==nofib== $(NOFIB_PROG)
:
time to compile $@ follows...
@
echo
$(HC)
$(HC_OPTS)
-c
$<
-o
$@
@
time
$(HC)
$(HC_OPTS)
-c
$<
-o
$@
@
echo
==
nofib
==
$(NOFIB_PROG)
: size of
$@
follows...
@
$(SIZE)
$@
@
if
(
test
-f
$@
)
;
then
\
echo
==
nofib
==
$(NOFIB_PROG)
: size of
$@
follows...
;
\
$(SIZE)
$@
;
\
fi
;
endef
%.$(way_)o
:
%.hs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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