jhbuild r1948 - trunk
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r1948 - trunk
- Date: Mon, 17 Mar 2008 11:53:33 +0000 (GMT)
Author: fpeters
Date: Mon Mar 17 11:53:33 2008
New Revision: 1948
URL: http://svn.gnome.org/viewvc/jhbuild?rev=1948&view=rev
Log:
* sample.jhbuildrc: changed sample jhbuildrc not to modify environment,
as passing MAKEFLAGS or CFLAGS is best done through makeargs and
autogenargs.
Modified:
trunk/ChangeLog
trunk/sample.jhbuildrc
Modified: trunk/sample.jhbuildrc
==============================================================================
--- trunk/sample.jhbuildrc (original)
+++ trunk/sample.jhbuildrc Mon Mar 17 11:53:33 2008
@@ -28,14 +28,12 @@
# extra arguments to pass to all autogen.sh scripts
# to speed up builds of gnome2, try '--disable-static --disable-gtk-doc'
+# it is also possible to set CFLAGS this way, 'CFLAGS="-g -O2"' for example
#autogenargs=''
-# set CFLAGS:
-#os.environ['CFLAGS'] = '-g -O2'
-
# On SMP systems you may use something like this to improve compilation time:
# be aware that not all modules compile correctly with make -j2
-#os.environ['MAKEFLAGS'] = '-j2'
+#make_args = '-j2'
# a alternative install program to use.
# The included install-check program won't update timestamps if the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]