[pkg-boost-commits] r14120 - boost/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Mon Aug 13 06:11:53 UTC 2007


Author: smr
Date: 2007-08-13 06:11:53 +0000 (Mon, 13 Aug 2007)
New Revision: 14120

Modified:
   boost/trunk/debian/rules
Log:
Set $(JAM) to absolute path, remove path prefix in usage.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2007-08-08 07:09:52 UTC (rev 14119)
+++ boost/trunk/debian/rules	2007-08-13 06:11:53 UTC (rev 14120)
@@ -71,7 +71,7 @@
 exampledir = debian/libboost-doc/usr/share/doc/libboost-doc/examples
 htmldir = debian/libboost-doc/usr/share/doc/libboost-doc/HTML
 pyste_prefix = $(PWD)/debian/pyste/usr
-bjam = tools/jam/src/bjam
+bjam = $(shell pwd)/tools/jam/src/bjam
 
 JAM = $(bjam) -d2 --user-config=$(shell pwd)/user-config.jam -sHAVE_ICU=1
 
@@ -86,10 +86,10 @@
 	echo $(TOOLSET_CONFIG) >> user-config.jam
 	echo $(PYTHON_CONFIG) >> user-config.jam
 
-	cd tools/bcp && ../../$(JAM)
-	cd tools/inspect/build && ../../../$(JAM)
-	cd tools/wave/build && ../../../$(JAM)
-	cd tools/regression/build && ../../../$(JAM)
+	cd tools/bcp && $(JAM)
+	cd tools/inspect/build && $(JAM)
+	cd tools/wave/build && $(JAM)
+	cd tools/regression/build && $(JAM)
 
 	$(JAM) variant=release,debug threading=single,multi
 	cd libs/python/pyste/install && python2.5 setup.py build
@@ -101,7 +101,7 @@
 	dh_testroot
 	rm -f build-stamp
 
-	-cd tools && ../$(JAM) clean
+	-cd tools && $(JAM) clean
 	-$(JAM) clean
 	cd libs/python/pyste/install && python2.5 setup.py clean
 




More information about the pkg-boost-commits mailing list