X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=make%2Fvariant%2Fdarwin.defs;h=4c9d06bb26c7666e1313eb03e950d3e22b7ecacf;hb=32219d93ec8fcf0db6f7ca5d6045419882563951;hp=a966826bc376c81014f290e42508631e4404803b;hpb=d203cab4f63c30c3c326260dacc58b100172edb5;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/make/variant/darwin.defs b/make/variant/darwin.defs index a966826b..4c9d06bb 100644 --- a/make/variant/darwin.defs +++ b/make/variant/darwin.defs @@ -3,11 +3,11 @@ 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 - $(call UB.BUILD,$(1)) + $(call UB.BUILD,$(1)) --launch-jobs=0 endef