From 85f4f0c7ca4b5c07ca9a71c0f3067ec86c2915a9 Mon Sep 17 00:00:00 2001 From: konablend Date: Thu, 2 Apr 2009 04:54:57 +0000 Subject: 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 --- make/variant/darwin.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3