Skip to content
Snippets Groups Projects
Commit c6988db1 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-03-17 14:22:54 by simonm]

fix 'make -k' again :-)
parent 85cbb45d
No related merge requests found
......@@ -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) ..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment