[PATCH] Avoid unnecessary binary calls in makefiles

Florian Bruhin me at the-compiler.org
Wed Jan 8 18:00:31 CET 2014


This avoids calling binaries from the Makefile more often than they
need to.

before:

$ make clean > /dev/null; strace -f make 2>&1 | grep -c 'execve(.* = 0'
558

after:

$ make clean > /dev/null; strace -f make 2>&1 | grep -c 'execve(.* = 0'
153

-----

The following changes since commit a2bd040dee7394a41ca911acfcb6a6a98defdbb8:

  www: Link Fedora package page (2014-01-03 10:48:54 +0100)

are available in the git repository at:

  git://cmpl.cc/herbstluftwm make

for you to fetch changes up to ef55aa5fdd42ae3254fcdaf18afc05ca801bd770:

  Avoid unnecessary binary calls in makefiles. (2014-01-08 17:56:19 +0100)

----------------------------------------------------------------
Florian Bruhin (1):
      Avoid unnecessary binary calls in makefiles.

 Makefile   |  4 ++--
 colors.mk  | 12 ++++++------
 config.mk  |  8 ++++----
 version.mk |  2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)


-- 
() ascii ribbon campaign - stop html mail    www.asciiribbon.org
/\ www.the-compiler.org  | I love long mails http://email.is-not-s.ms/
 Honk if you are against noise pollution! 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <https://listi.jpberlin.de/pipermail/hlwm/attachments/20140108/8881b33d/attachment.sig>


More information about the hlwm mailing list