Check boot seems to have been run before we let make proceed
authorIan Lynagh <igloo@earth.li>
Thu, 12 Apr 2007 22:30:14 +0000 (22:30 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 12 Apr 2007 22:30:14 +0000 (22:30 +0000)
Makefile

index bcae147..3b7f99c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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