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

Sylvestre Ledru sylvestre.ledru at inria.fr
Fri Sep 4 22:32:52 UTC 2009


SVN commit 4561 by sylvestre-guest:

More verbose... help on debugs

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


--- atlas/trunk/debian/rules #4560:4561
@@ -118,6 +118,8 @@
 			cd build/$$targetName;					\
 			../../configure $(COMMON_CONFIG_PARAMS);	\
 			echo "Configure done. targetName = $$targetName / atlasArch = $$atlasArch / atlasISA = $$atlasISA";							\
+			cat Make.inc |grep ARCH|head -1|awk '{print $$3}';	\
+			echo "=============================================="; \
 			cd -;										\
 		done
 		touch $@
@@ -140,6 +142,7 @@
 			cd lib;												\
 			$(MAKE) shared;										\
 			$(MAKE) ptshared;									\
+			echo "==============================================";	\
 			cd ../../../;										\
 		done
 		touch $@
@@ -188,7 +191,9 @@
 		for ext in $(ARCHS); do					\
 			targetName=`echo $$ext|sed -e "s|\(.*\)_.*_.*|atlas-\1|g"`;		\
 			cd build/$$targetName;		\
+			echo "make install of $$targetName to $(DEB_DESTDIR)";	\
 			$(MAKE) DESTDIR=$(DEB_DESTDIR) install; 		\
+			echo "=============================================" 	\;
 			cd -;										\
 		done
 #		dh_install -i --sourcedir=$(CURDIR)/debian/atlas



More information about the Pkg-scicomp-commits mailing list