[Pkg-iscsi-maintainers] [SCM] Debian Open-iSCSI Packaging branch, master, updated. debian/2.0.871.3-2-14-g1567125

Ritesh Raj Sarraf rrs at researchut.com
Mon Jan 3 19:26:08 UTC 2011


The following commit has been merged in the master branch:
commit 1567125a69367495c398ae1bab797ce899c318b4
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Tue Jan 4 01:10:24 2011 +0545

    proper configure and clean

diff --git a/debian/rules b/debian/rules
index c489854..df40734 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ configure-stamp:
 	# Add here commands to configure the package.
 
 	touch configure-stamp
-	[ ! -d utils/open-isns ] || ./utils/open-isns/configure --with-security=no
+	[ ! -d utils/open-isns ] || cd utils/open-isns && ./configure --with-security=no && cd ../../
 
 
 #Architecture 
@@ -60,6 +60,7 @@ clean:
 
 	# Add here commands to clean up after the build process.
 	$(MAKE) -C utils/fwparam_ibft clean
+	$(MAKE) -C utils/open-isns clean
 	$(MAKE) -C usr clean
 	$(MAKE) -C utils clean
 	rm -rf modules

-- 
Debian Open-iSCSI Packaging



More information about the Pkg-iscsi-maintainers mailing list