From 4fffefa4da3832f6883fb21527847deaaf8455b4 Mon Sep 17 00:00:00 2001 From: konablend Date: Sun, 19 Apr 2009 01:47:13 +0000 Subject: BuildSystem: fix darwin/xcode to avoid double-configure/build after svn up - build system automagically rebuilds certain files from libhb upwards after an svn up to maintain accurate repository information in binaries; if building with xcode the process was inadvertantly repeated on subsequent 'make'. - enhanced make/xcodemake to record the user's environment when shunted through xcode. this should help in diagnosing build issues from Xcode.app in the future. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2344 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- make/configure.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make/configure.py') diff --git a/make/configure.py b/make/configure.py index ba089411a..8c33becea 100644 --- a/make/configure.py +++ b/make/configure.py @@ -1248,9 +1248,9 @@ try: else: doc.add( 'BUILD.cross.prefix', '' ) - doc.add( 'BUILD.method', 'terminal' ) - doc.add( 'BUILD.date', time.strftime('%c') ) - doc.add( 'BUILD.arch', arch.mode.mode ) + doc.add( 'BUILD.method', 'terminal' ) + doc.add( 'BUILD.date', time.strftime('%c') ) + doc.add( 'BUILD.arch', arch.mode.mode ) doc.addBlank() doc.add( 'CONF.method', options.conf_method ) -- cgit v1.2.3