[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Avoid unnecessary binary calls in makefiles



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! 

Attachment: pgpUlbhjaOTe5.pgp
Description: PGP signature