OSDN Git Service

BuildSystem: minor change adding --force to launched builds
authorkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 2 Apr 2009 04:54:57 +0000 (04:54 +0000)
committerkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 2 Apr 2009 04:54:57 +0000 (04:54 +0000)
- helps with people who for some reason need to re-start the build without manually cleaning build/ dir.

git-svn-id: svn://localhost/HandBrake/trunk@2293 b64f7644-9d1e-0410-96f1-a4d463321fa5

make/variant/darwin.defs

index a966826..6ff2ff4 100644 (file)
@@ -3,7 +3,7 @@ UB.builds = $(wildcard $(foreach n,$(UB.archs),$(SRC/)build.$n))
 UB.first  = $(word 1,$(UB.archs))
 UB.other  = $(wordlist 2,999,$(UB.archs))
 
-UB.BUILD = $(SRC/)configure --build=ub.$(1) --arch=$(1) --launch --launch-quiet
+UB.BUILD = $(SRC/)configure --force --build=ub.$(1) --arch=$(1) --launch --launch-quiet
 
 ## linefeed is important
 define UB.BUILD.item