Codebase list mozc / fb08f91
Enable verbose build Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 11 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
3737
3838 override_dh_auto_build:
3939 override_dh_auto_build:
40 python build_mozc.py build_tools -c Release #--jobs=1
41 python build_mozc.py build $(TARGETS) -c Release #--jobs=1
40 V=1 python build_mozc.py build_tools -c Release --jobs=1
41 V=1 python build_mozc.py build $(TARGETS) -c Release --jobs=1
4242
4343 override_dh_auto_clean:
4444 python build_mozc.py clean