[Pkg-openmpi-commits] r31 - /openmpi/trunk/debian/rules

edd at users.alioth.debian.org edd at users.alioth.debian.org
Thu Jun 28 15:43:53 UTC 2007


Author: edd
Date: Thu Jun 28 15:43:53 2007
New Revision: 31

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=31
Log:
additional changes to debian/rules; building now implies 'make check' which is good

Modified:
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=31&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Thu Jun 28 15:43:53 2007
@@ -45,7 +45,7 @@
 	touch build-indep-stamp
 
 test: test-stamp
-test-stamp: build
+test-stamp: build-arch-stamp build-indep-stamp
 	-$(MAKE) check 
 	touch test-stamp
 
@@ -133,4 +133,4 @@
 	rm -rf patch-stamp debian/patched
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch patch configure
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch patch configure 




More information about the Pkg-openmpi-commits mailing list