1
0
Fork 0

- updated version of croatoan installed by the building script;

- updated makefile rule to recompile the binary if asdf file is modified.
This commit is contained in:
cage 2021-09-02 15:58:36 +02:00
parent d85a865eed
commit 9c86773b0b
4 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ modules/expand-abbrev-command-window.lisp
dist_man1_MANS = doc/tinmop.man
$(PACKAGE): $(CONF_PATH_FILE) src/*
$(PACKAGE): $(CONF_PATH_FILE) *.asd src/*
$(LISP_COMPILER) \
--eval "(asdf:load-system '$(PACKAGE))" \
--eval "(in-package main)" \

View File

@ -1040,7 +1040,7 @@ uninstall-man: uninstall-man1
.PRECIOUS: Makefile
$(PACKAGE): $(CONF_PATH_FILE) src/*
$(PACKAGE): $(CONF_PATH_FILE) *.asd src/*
$(LISP_COMPILER) \
--eval "(asdf:load-system '$(PACKAGE))" \
--eval "(in-package main)" \

View File

@ -43,7 +43,7 @@ CROATOAN_GIT_URL=https://github.com/McParen/croatoan.git
CROATOAN_DIR="$QUICKLISP_INSTALL_DIR"/local-projects/croatoan/;
CROATOAN_COMMIT=2f37560e95928c41f599b4d7795aeb2723e95cdd
CROATOAN_COMMIT=9e6e81f574b7247d49750554b4b971716a3222c6
echo_bold () {
echo -e "${BOLD_TEXT}${1}${NORMAL_TEXT}";

View File

@ -152,4 +152,4 @@
(:file "idn-tests")))))
;;(push :debug-mode *features*)
(push :debug-gemini-request *features*)
;;(push :debug-gemini-request *features*)