1
0
Fork 0

- added PWD value to asdf registry.

This commit is contained in:
cage 2022-03-27 18:49:45 +02:00
parent 3df644761c
commit 662ff561d1
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ dist_man1_MANS = doc/tinmop.man
$(PACKAGE): $(CONF_PATH_FILE) *.asd src/*
$(LISP_COMPILER) \
--eval "(push \"$$(pwd)/\" asdf:*central-registry*)" \
--eval "(asdf:make '$(PACKAGE) :build-pathname \"../$(PACKAGE)\")" \
--eval "(uiop:quit)"
mv src/tinmop $(PACKAGE)

View File

@ -1049,6 +1049,7 @@ uninstall-man: uninstall-man1
$(PACKAGE): $(CONF_PATH_FILE) *.asd src/*
$(LISP_COMPILER) \
--eval "(push \"$$(pwd)/\" asdf:*central-registry*)" \
--eval "(asdf:make '$(PACKAGE) :build-pathname \"../$(PACKAGE)\")" \
--eval "(uiop:quit)"
mv src/tinmop $(PACKAGE)