From 4da4e775ade14aa9e8c2d0b4b106e743e4d283a4 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 5 Oct 2008 03:06:07 +0000 Subject: * interp/c-util.boot (isAtomicForm): New. (replaceSimpleFunctions): Use it. Simplify back to original implementation. (proclaimCapsuleFunction): Constructor parameters are generic. * interp/sys-utility.boot (getVMType): Handle wildcard. * algebra/stream.spad.pamphlet: Don't build STREAM with proclamation on -- it currently violates type rules. --- src/input/Makefile.in | 5 +++-- src/input/Makefile.pamphlet | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'src/input') diff --git a/src/input/Makefile.in b/src/input/Makefile.in index 2eabdecc..acfdd10a 100644 --- a/src/input/Makefile.in +++ b/src/input/Makefile.in @@ -528,8 +528,9 @@ pamphlets = \ $(wildchar.as.pamplhet) mostlyclean-local: - -rm -rf $(MID) - -rm -rf $(OUT) + rm -f *.output + rm -rf $(MID) + rm -rf $(OUT) clean-local: mostlyclean-local diff --git a/src/input/Makefile.pamphlet b/src/input/Makefile.pamphlet index 6b673e35..5a320d1c 100644 --- a/src/input/Makefile.pamphlet +++ b/src/input/Makefile.pamphlet @@ -883,8 +883,9 @@ $(OUT): <> mostlyclean-local: - -rm -rf $(MID) - -rm -rf $(OUT) + rm -f *.output + rm -rf $(MID) + rm -rf $(OUT) clean-local: mostlyclean-local -- cgit v1.2.3