raw_prelisp_map not deleted with make clean (GCL build)

7 views
Skip to first unread message

Grégory Vanuxem

unread,
Feb 2, 2024, 10:11:22 AM2/2/24
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
Reply all
Reply to author
Forward
0 new messages