Grégory Vanuxem
unread,Feb 2, 2024, 10:11:22 AM2/2/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas...@googlegroups.com
Hello here,
In _in-tree_ build with GCL 'make clean' or 'distclean' forgets to
remove raw_prelisp_map. Not necessary of course with out of source
build:
└─$ git diff src/lisp/Makefile.in.old src/lisp/Makefile.in
diff --git a/src/lisp/Makefile.in b/src/lisp/Makefile.in
index af63805..f75c6b8 100644
--- a/src/lisp/Makefile.in
+++ b/src/lisp/Makefile.in
@@ -157,7 +157,7 @@ mostlyclean-local:
clean-local: mostlyclean
-rm -f $(OUT)/lisp$(EXEEXT) prelisp$(EXEEXT) do_it.$(lisp_flavor)
-rm -f *.$(LISPOBJEXT) fricas-ecl.lisp fricas-config.lisp $(NUM_GMP)
- -rm -f *.fn *.data *.lib
+ -rm -f *.fn *.data *.lib raw_prelisp_map
distclean-local: clean-local
-rm -f Makefile
Regards,
- Greg