[Pkg-scicomp-commits] atlas/trunk/debian

Sylvestre Ledru sylvestre.ledru at inria.fr
Thu Jun 25 14:52:53 UTC 2009


SVN commit 4498 by sylvestre-guest:

make => $(MAKE) in rules



 M  +5 -5      atlas/trunk/debian/rules  


--- atlas/trunk/debian/rules #4497:4498
@@ -134,10 +134,10 @@
 		for ext in $(ARCHS); do					\
 			targetName=`echo $$ext|sed -e "s|\(.*\)_.*_.*|atlas-\1|g"`;		\
 			cd build/$$targetName;				\
-			make build; 										\
+			$(MAKE) build; 										\
 			cd lib;												\
-			make shared;										\
-			make ptshared;										\
+			$(MAKE) shared;										\
+			$(MAKE) ptshared;										\
 			cd ../../../;												\
 		done
 		touch $@
@@ -181,13 +181,13 @@
 		for ext in $(ARCHS); do					\
 			targetName=`echo $$ext|sed -e "s|\(.*\)_.*_.*|atlas-\1|g"`;		\
 			cd build/$$targetName;		\
-			make DESTDIR=$(DEB_DESTDIR) install; 		\
+			$(MAKE) DESTDIR=$(DEB_DESTDIR) install; 		\
 			cd -;										\
 		done
 #		dh_install -i --sourcedir=$(CURDIR)/debian/atlas
 		touch $@
 
-install-arch: configure build  install-arch-stamp
+install-arch: configure build install-arch-stamp
 install-arch-stamp:
 		dh_testdir
 		dh_testroot



More information about the Pkg-scicomp-commits mailing list