mirror of https://codeberg.org/cage/tinmop/
- 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:
parent
d85a865eed
commit
9c86773b0b
|
@ -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)" \
|
||||
|
|
|
@ -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)" \
|
||||
|
|
|
@ -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}";
|
||||
|
|
|
@ -152,4 +152,4 @@
|
|||
(:file "idn-tests")))))
|
||||
|
||||
;;(push :debug-mode *features*)
|
||||
(push :debug-gemini-request *features*)
|
||||
;;(push :debug-gemini-request *features*)
|
||||
|
|
Loading…
Reference in New Issue