From: konablend <kona8lend@gmail.com>
Date: Thu, 2 Apr 2009 04:54:57 +0000 (+0000)
Subject: BuildSystem: minor change adding --force to launched builds
X-Git-Tag: 0.9.4~669
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85f4f0c7ca4b5c07ca9a71c0f3067ec86c2915a9;p=handbrake

BuildSystem: minor change adding --force to launched builds
- helps with people who for some reason need to re-start the build without manually cleaning build/ dir.


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

diff --git a/make/variant/darwin.defs b/make/variant/darwin.defs
index a966826bc..6ff2ff48d 100644
--- a/make/variant/darwin.defs
+++ b/make/variant/darwin.defs
@@ -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