aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/Makefile.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-11-10 06:56:02 +0000
committerdos-reis <gdr@axiomatics.org>2007-11-10 06:56:02 +0000
commited27313ddc520ba88e50489f11112bb08e153e3e (patch)
tree098caf0726ea228c6125711ccf07f3f5978a84d6 /src/algebra/Makefile.pamphlet
parent4edaea6cff2d604009b8f2723a9436b0fc97895d (diff)
downloadopen-axiom-ed27313ddc520ba88e50489f11112bb08e153e3e.tar.gz
src/algebra/
2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (mostlyclean-local): Remove stamp files and strap/ directory too. (clean-local): Remove database directories too. src/interpreter/ 2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (nrungo.$(FASLEXT)): New rule. (nruntime.$(FASLEXT)): Likewise. (<<nrungo.clisp>>): Remove. (<<nruntime.clisp>>): Likewise. * nrungo.boot.pamphlet: Push into package "BOOT". Fix syntax. * nruntime.boot.pamphlet: Push into package "BOOT".
Diffstat (limited to 'src/algebra/Makefile.pamphlet')
-rw-r--r--src/algebra/Makefile.pamphlet3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet
index b9c956c6..45e3ed77 100644
--- a/src/algebra/Makefile.pamphlet
+++ b/src/algebra/Makefile.pamphlet
@@ -2284,8 +2284,11 @@ check:
mostlyclean-local:
@ -rm -f $(OUT)/*.$(OBJEXT)
@ -rm -rf *.NRLIB
+ rm -rf strap
+ rm -f *stamp
clean-local: mostlyclean-local
+ rm -rf *.DAASE
distclean-local: clean-local