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
obsidiansystems
GHC
Commits
fd1896cb
Commit
fd1896cb
authored
Jul 29, 2008
by
Ian Lynagh
Browse files
Update the test in Makefile that we have all the boot libs
parent
334e082a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
fd1896cb
...
...
@@ -88,10 +88,10 @@ endif
# Sanity check that all the boot libraries are in the tree, to catch
# failure to run darcs-all.
check-packages
:
@
ds
=
`
cat
libraries/boot-packages
`
;
\
@
ds
=
`
grep
"^[^# ][^ ]* *[^ ][^ ]*
$$
"
packages |
sed
"s/ .*//"
`
;
\
for
d
in
$$
ds
;
do
\
if
test
!
-d
libraries/
$$
d
;
then
\
echo
"Looks like you're missing
libraries/
$$
d,"
;
\
if
test
!
-d
$$
d
;
then
\
echo
"Looks like you're missing
$$
d,"
;
\
echo
"maybe you haven't done './darcs-all get'?"
;
\
exit
1
;
\
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