[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bacula-commits
Subject:    [Bacula-commits] git: Bacula branch, master,
From:       "Kern Sibbald" <kerns () users ! sourceforge ! net>
Date:       2009-09-30 10:18:47
Message-ID: E1MswGp-0001q8-0Z () fxgxhf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Bacula".

The branch, master has been updated
       via  38a7c02f4ca2341f414c37499815b99ee3b46368 (commit)
      from  a60088b56831358f009f6e774486184433a622c4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 38a7c02f4ca2341f414c37499815b99ee3b46368
Author: Marco van Wieringen <mvw@planets.elm.net>
Date:   Mon Sep 28 13:18:01 2009 +0200

    Allow for external CFLAGS to overwrite the CFLAGS in this script.

-----------------------------------------------------------------------

Summary of changes:
diff --git a/regress/scripts/regress-config.in b/regress/scripts/regress-config.in
index 57c2192..4f0d46e 100755
--- a/regress/scripts/regress-config.in
+++ b/regress/scripts/regress-config.in
@@ -10,8 +10,12 @@ else
   PASSWD="--with-db-password=@db_password@"
 fi
 
-CFLAGS="-g -O2 -Wall" \
- ./configure \
+if [ -z "${CFLAGS}" ]; then
+   CFLAGS="-g -O2 -Wall"
+   export CFLAGS
+fi
+
+./configure \
     --sbindir=${1}/bin \
     --libdir=${1}/bin \
     --sysconfdir=${1}/bin \


hooks/post-receive
-- 
Bacula

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Bacula-commits mailing list
Bacula-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic