pkgsrc/lang/mercury/patches/patch-ab
jtb 94b79d79d1 Initial import of mercury-0.10.1.
Mercury is a modern logic/functional programming language, which
combines the clarity and expressiveness of declarative programming
with advanced static analysis and error detection features.  Its
highly optimized execution algorithm delivers efficiency far in excess
of existing logic programming systems, and close to conventional
programming systems. Mercury addresses the problems of large-scale
program development, allowing modularity, separate compilation, and
numerous optimization/time trade-offs.

This package includes the compiler, profiler, debugger, documentation,
etc.  It does NOT include the "extras" distribution; that is available
from <http://www.cs.mu.oz.au/mercury/download/release.html>.
2001-05-15 21:09:44 +00:00

19 lines
655 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2001/05/15 21:09:55 jtb Exp $
--- Makefile.orig Mon May 14 17:49:40 2001
+++ Makefile
@@ -50,13 +50,12 @@
-rm -f library/library.nu* library/library.sicstus*
-rm -f library/sicstus_compile library/sicstus_saved_state
-rm -f util/mdemangle util/mkinit
- cd boehm_gc; $(MMAKE_SUBDIR) clean
.PHONY: distclean
distclean: clean
cd scripts; for file in *.in; do rm -f `basename $file .in`; done
-rm -f Mmake.common runtime/mercury_conf.h
- -rm -f boehm_gc/mercury_boehm_gc_conf.h bindist/bindist.build_vars
+ -rm -f bindist/bindist.build_vars
-rm -f config.cache config.status config.log
.PHONY: maintainer-clean