Enable logging for targets in SONIC_PYTHON_STDEB_DEBS (#105)

This commit is contained in:
Marian Pritsak 2016-12-08 17:05:19 +02:00 committed by lguohan
parent b31956d333
commit 0d9ca53c00

View File

@ -146,7 +146,7 @@ $(addprefix $(DEBS_PATH)/, $(SONIC_PYTHON_STDEB_DEBS)) : $(DEBS_PATH)/% : .platf
$(HEADER)
# Build project and take package
pushd $($*_SRC_PATH) $(LOG)
python setup.py --command-packages=stdeb.command bdist_deb
python setup.py --command-packages=stdeb.command bdist_deb $(LOG)
popd $(LOG)
mv $(addprefix $($*_SRC_PATH)/deb_dist/, $* $($*_DERIVED_DEBS)) $(DEBS_PATH) $(LOG)
$(FOOTER)