Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Makefile.am: [Wm] Code cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tista500 committed May 10, 2017
1 parent 0612946 commit 61abe8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wm/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ openbox_rc_nokto_file = \
openbox_compton_file = \
$(openboxdir)/compton.conf

parallel_option = -0 --no-notice --line-buffer --jobs 100% --noswap

# ***************************************************
# * Generate PNG images and clone SVG and XBM files *
# ***************************************************
Expand Down Expand Up @@ -156,7 +158,7 @@ if ENABLE_PARALLEL
cd $(srcdir)/asset/assets-xfwm-scripts && \
./recolor-assets-xfwm.sh
cd $(srcdir)/asset/assets-xfwm-scripts && \
$(PARALLEL) -0 --no-notice --line-buffer --jobs 100% --noswap bash ::: \
$(PARALLEL) $(parallel_option) bash ::: \
render-assets-xfwm-button.sh \
render-assets-xfwm-edge.sh \
render-assets-xfwm-title.sh
Expand Down

0 comments on commit 61abe8e

Please sign in to comment.