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

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/CAHnU2dawffsBdinBH7Aqy3HCpEAWBXemUA8hJpZhV-brnbbtPg%40mail.gmail.com.

Reply via email to