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
Alex D
GHC
Commits
c6988db1
Commit
c6988db1
authored
Mar 17, 1998
by
simonm
Browse files
[project @ 1998-03-17 14:22:54 by simonm]
fix 'make -k' again :-)
parent
85cbb45d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/target.mk
View file @
c6988db1
...
...
@@ -1036,7 +1036,7 @@ all docs runtests boot TAGS clean veryclean maintainer-clean install info ::
echo
" in
$(
shell
pwd
)
/
$$
i"
;
\
echo
"------------------------------------------------------------------------"
;
\
$(MAKE)
--no-print-directory
-C
$$
i
$(MFLAGS)
$@
;
\
if
[
$$
?
-eq
0
]
;
then
true
;
else
exit
$$
x_on_err
;
fi
;
\
if
[
$$
?
-eq
0
-o
$$
x_on_err
-eq
0
]
;
then
true
;
else
exit
1
;
fi
;
\
done
@echo
"------------------------------------------------------------------------"
@echo
"===fptools== Finished making \`$@' in $(SUBDIRS) ..."
...
...
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