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
jberryman
GHC
Commits
fe44f7ea
Commit
fe44f7ea
authored
Jun 15, 2002
by
sof
Browse files
[project @ 2002-06-15 14:45:53 by sof]
all: restore old behaviour of exiting upon 'boot' failure in a SUBDIR
parent
671dfe67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
fe44f7ea
...
...
@@ -332,6 +332,7 @@ all ::
for
i
in
$(SUBDIRS)
;
do
\
if
[
-d
$$
i
]
;
then
\
$(MAKE)
-C
$$
i boot
;
\
if
[
$$
?
-eq
0
-o
$$
x_on_err
-eq
0
]
;
then
true
;
else
exit
1
;
fi
;
\
$(MAKE)
-C
$$
i all
;
\
if
[
$$
?
-eq
0
-o
$$
x_on_err
-eq
0
]
;
then
true
;
else
exit
1
;
fi
;
\
fi
;
\
...
...
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