Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
2b817fc5
Commit
2b817fc5
authored
Apr 12, 2007
by
Ian Lynagh
Browse files
Check boot seems to have been run before we let make proceed
parent
804cc790
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2b817fc5
...
...
@@ -76,6 +76,11 @@ check-packages :
exit
1
;
\
fi
\
done
if
test
!
-e
libraries/base/configure
;
then
\
echo
"Looks like you're missing base's configure script."
;
\
echo
"Did you run 'sh boot' at the top level?"
;
\
exit
1
;
\
fi
stage1
:
check-packages
$(MAKE)
-C
utils/mkdependC boot
...
...
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