Skip to content

Commit 2b85d85

Browse files
committed
Minor GNUmakefile output improvements
1 parent c234c31 commit 2b85d85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GNUmakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,18 +192,18 @@ app-pkg-upload: dist/SLIP-39-$(VERSION).pkg.upload-package
192192
# Build the windows .msi installer. Must build and sign the .exe first
193193
#
194194
build/exe.$(CXFREEZE_EXT)/SLIP-39.exe:
195-
echo -e "\n\n*** Building $@"
195+
@echo -e "\n\n*** Building $@"
196196
@$(PY3) setup.py build_exe > cx_Freeze.build_exe.log \
197197
&& echo -e "\n\n*** $@ Build successfully:" \
198198
|| ( echo -e "\n\n!!! $@ Build failed:"; tail -20 cx_Freeze.build_exe.log; false )
199199

200200
dist/slip39-$(VERSION)-win64.msi: build/exe.$(CXFREEZE_EXT)/SLIP-39.exe # signing-check
201-
#echo -e "\n\n*** Signing $<"
201+
#@echo -e "\n\n*** Signing $<"
202202
#$(SIGNTOOL) sign /v /t \
203203
# http://timestamp.digicert.com \
204204
# /n "$(DEVID)" \
205205
# $<
206-
echo -e "\n\n*** Package $@"
206+
@echo -e "\n\n*** Package $@"
207207
@$(PY3) setup.py bdist_msi > $cx_Freeze.bdist_msi.log \
208208
&& echo -e "\n\n*** $@ Build successfully:" \
209209
|| ( echo -e "\n\n!!! $@ Build failed:"; tail -20 cx_Freeze.bdist_msi.log; false )

0 commit comments

Comments
 (0)