diff options
author | konablend <[email protected]> | 2009-04-02 04:54:57 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-04-02 04:54:57 +0000 |
commit | 85f4f0c7ca4b5c07ca9a71c0f3067ec86c2915a9 (patch) | |
tree | 93071230076a47b7878f1ceb7f9a2c0151579ee8 /make | |
parent | bed742a01f8eeb29951b52ccba3dda0705607492 (diff) |
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
Diffstat (limited to 'make')
-rw-r--r-- | make/variant/darwin.defs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |