OSDN Git Service

BuildSystem: fixed configure --debug + Xcode
authorkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 9 Mar 2009 03:05:53 +0000 (03:05 +0000)
committerkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 9 Mar 2009 03:05:53 +0000 (03:05 +0000)
commit044956b1ff78b14c0b0ed7d73c7666b15d7458dc
tree8c5d4e26b955dc252b5c7ee20d934e58d62d4697
parentaf44c76bf3014cd849bf24559a6d305ee23bb0d1
BuildSystem: fixed configure --debug + Xcode
- only effects users building w/ Xcode from terminal or Xcode.app who need debug libhb.

Bug details:
- shunting through Xcode causes a re-configure to give GNUmakefile the 'Xcode' environment.
- re-configure simply clobbered CONF.args thus losing effect of initial --debug option.
- solution is to pass CONF.args to re-configure.

git-svn-id: svn://localhost/HandBrake/trunk@2244 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/module.defs
make/configure.py
make/xcodemake