[Pkg-virtualbox-commits] r303 - trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Tue Jun 17 12:53:58 UTC 2008


Author: meskes
Date: 2008-06-17 12:53:58 +0000 (Tue, 17 Jun 2008)
New Revision: 303

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Source env.sh before starting to build. It seems this only worked because kbuild had the right defaults.



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-17 11:03:46 UTC (rev 302)
+++ trunk/debian/changelog	2008-06-17 12:53:58 UTC (rev 303)
@@ -16,9 +16,10 @@
     (Closes: #486544)
 
   [ Michael Meskes ]
-  * Remove LocalConfig.kmk in clean target
+  * Remove LocalConfig.kmk in clean target.
+  * Source env.sh before starting to build.
 
- -- Michael Meskes <meskes at debian.org>  Tue, 17 Jun 2008 13:01:40 +0200
+ -- Michael Meskes <meskes at debian.org>  Tue, 17 Jun 2008 14:52:36 +0200
 
 virtualbox-ose (1.6.2-dfsg-1) unstable; urgency=low
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-06-17 11:03:46 UTC (rev 302)
+++ trunk/debian/rules	2008-06-17 12:53:58 UTC (rev 303)
@@ -47,9 +47,9 @@
 	dh_testdir
 
 	# Building package
-	$(MAKE) \
+	(. env.sh; $(MAKE) \
 		BUILD_TYPE=release \
-		PATH_OUT=$(abspath out)
+		PATH_OUT=$(abspath out))
 	# make sure VBoxAddIF.sh is built, too
 	$(MAKE) -C src/VBox/Installer/linux $(abspath out/bin/VBoxAddIF.sh) \
 		PATH_OUT=$(abspath out)




More information about the Pkg-virtualbox-commits mailing list