Makefile: make 'make dist' a bit more verbose

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-10-14 22:19:58 +02:00
parent 4f472f6a27
commit 58cae7acea
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,10 @@ Changes in version 1.12.6
* po/it/spec-create.po - Davide Madrisan: * po/it/spec-create.po - Davide Madrisan:
Add missing translations. Add missing translations.
+ update
* Makefile - Davide Madrisan:
Make 'make dist' a bit more verbose.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Changes in version 1.12.5 Changes in version 1.12.5

View File

@ -164,6 +164,8 @@ dist: clean
pushd $$tmpdir/$(PACKAGE)-$(VERSION)/ >/dev/null;\ pushd $$tmpdir/$(PACKAGE)-$(VERSION)/ >/dev/null;\
tar cf - -C .. $(PACKAGE)-$(VERSION) |\ tar cf - -C .. $(PACKAGE)-$(VERSION) |\
bzip2 -9 -c > "$$currdir"/history/$(dist_archive);\ bzip2 -9 -c > "$$currdir"/history/$(dist_archive);\
[ -f "$$currdir/history/$(dist_archive)" ] && \
echo "Wrote: $$currdir/history/$(dist_archive)";\
popd >/dev/null;\ popd >/dev/null;\
rm -fr $$tmpdir rm -fr $$tmpdir