[SCM] an open source computer algebra system branch, debian, updated. 92ce8ba9769b527013299899ec028eb956150897

Bernhard R. Link brlink at debian.org
Sun Feb 19 19:28:23 UTC 2012


The following commit has been merged in the debian branch:
commit 470ae94c654fc8019bf919cc7d30a5e834c8163e
Author: Bernhard R. Link <brlink at debian.org>
Date:   Sun Feb 19 20:20:53 2012 +0100

    use $(MAKE) instead of make to call submakes
    
    (this way -j is passed down)

diff --git a/debian/rules b/debian/rules
index 650365c..944874e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,7 +55,7 @@ DEB_DH_LINK_singular += usr/share/man/man1/Singular.1.gz usr/share/man/man1/TSin
 #	rm -f debian/singular/usr/lib/singular/*.so
 
 clean::
-	if [ -f Makefile ] ; then make distclean ; fi
+	if [ -f Makefile ] ; then $(MAKE) distclean ; fi
 	rm -f *-stamp
 #?
 	dh_clean
@@ -142,7 +142,7 @@ configure-stamp:
 build build-arch: build-stamp
 
 build-stamp: configure-stamp
-	make
+	$(MAKE)
 	touch $@
 
 install: build-stamp

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list