src/makefile: adjust cs target to explain configure

This commit is contained in:
Matthew Flatt 2019-01-05 19:04:33 -07:00
parent edcd1833e7
commit 53baa3f8cc

View File

@ -83,6 +83,7 @@ both:
$(MAKE) 3m
racketcs:
if [ ! -f cs/c/Makefile ]; then $(MAKE) cs-explain-configure; fi
$(MAKE) @CS_BOOTSTRAP_HELP@
cd cs/c; $(MAKE)
@ -90,6 +91,10 @@ racketcs:
cs:
$(MAKE) racketcs
cs-explain-configure:
echo configure with --enable-cs or similar to enable
exit 1
# Cross-compilation helper:
no-local-racket: