forked from Lainports/opnsense-ports
11 lines
397 B
Text
11 lines
397 B
Text
--- Makefile.orig 2024-03-09 07:10:33 UTC
|
|
+++ Makefile
|
|
@@ -49,7 +49,7 @@ bin/ol: c/ol.c
|
|
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
|
|
+ # CC="$(CC)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" sh tests/run all bin/olp
|
|
test '!' -f $@ || mv $@ bin/ol-old
|
|
mv bin/olp $@
|
|
|