[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:20:31 UTC 2010


The following commit has been merged in the master branch:
commit 4e2662a88563f306705fac127995a595d98fda69
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Dec 7 02:26:09 2006 +0100

    Makefile tweaks

diff --git a/Makefile b/Makefile
index bca61b6..c6df32b 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,6 @@ clean:
 		`find . -name "*~"` *.a setup dist testsrc/runtests \
 		local-pkg doctmp
 	-rm -rf testtmp/*
-	-cd doc && $(MAKE) clean
 
 .PHONY: local-pkg
 local-pkg: all
@@ -80,8 +79,8 @@ testsrc/runtests: all $(wildcard testsrc/*.hs) $(wildcard testsrc/*/*.hs) $(wild
 test-ghc6: testsrc/runtests
 	testsrc/runtests
 
-test-hugs: hugsbuild
-	runhugs -98 +o -P$(PWD)/dist/build:$(PWD)/testsrc: testsrc/runtests.hs
+test-hugs: 
+	runhugs -98 +o "-Fcpphs --noline" -P$(PWD)/src:$(PWD)/testsrc: testsrc/runtests.hs
 
 interact-hugs:
 	hugs -98 +o -P$(PWD)/dist/build:

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list