summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2018-08-27 23:58:49 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2018-08-27 23:58:49 +0200
commit1fe1beb90acc1aeb0774e76adcfe85870a6f66fd (patch)
tree1bd88530be0f258536669a2db6e988def0a2e98f /Makefile.in
parentf45dc1a79e1df4c6d6c9b39db202c8bb2e8dc6a3 (diff)
downloadelementary-xfce-1fe1beb90acc1aeb0774e76adcfe85870a6f66fd.tar.gz
Silence the optipng printing to stdout
Otherwise all other warnings and messages by the build process cannot be read.
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d5e9cebf..bd57efe5 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,7 +33,7 @@ build: builddir
./svgtopng/pngtheme.sh build/elementary-xfce-dark
./svgtopng/pngtheme.sh build/elementary-xfce-darker
./svgtopng/pngtheme.sh build/elementary-xfce-darkest
- find build -type f -iname '*.png' | xargs optipng -strip all
+ find build -type f -iname '*.png' | xargs optipng -strip all -silent
builddir:
mkdir -p build