src/makefile: adjust cs target to explain configure
This commit is contained in:
parent
edcd1833e7
commit
53baa3f8cc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user