You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-scheme/owl-lisp/files/owl-lisp-0.2.1-make-no-test...

11 lines
298 B

--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,6 @@ c/ol.c: fasl/ol.fasl
bin/ol: c/ol.c
# compile the real owl repl binary
$(CC) $(CFLAGS) $(LDFLAGS) -o bin/olp $?
- CC="$(CC)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" sh tests/run all bin/olp
test '!' -f $@ || mv $@ bin/ol-old
mv bin/olp $@