OSDN Git Service

BuildSystem: fix darwin/xcode to avoid double-configure/build after svn up
authorkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 19 Apr 2009 01:47:13 +0000 (01:47 +0000)
committerkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 19 Apr 2009 01:47:13 +0000 (01:47 +0000)
commit614d2651a5ae4c3ea81296b0b99e0e90c9d244e7
treeb6e49d32ddb7a86bca4b856c8002d0dabe3a3c17
parentfede584b30a80f71d9309bffee1f3ea879e8b059
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://localhost/HandBrake/trunk@2344 b64f7644-9d1e-0410-96f1-a4d463321fa5
make/configure.py
make/include/main.rules
make/xcodemake