[x264-devel] [PATCH 0/9] Build recipe reorganization + revised silent make rules

Stephen Hutchinson qyot27 at gmail.com
Sat Apr 26 23:45:14 CEST 2014


This reorganizes the previous silent make rules patches
so that the necessary modifications to the install recipes
are done first.  The patches are divvied up into smaller
chunks that are more topical, and the actual silent
make rules patch consists *only* of the block actually
taken from Libav.

These have been rebased onto the patchset* submitted
earlier by Diego, so as not to overlap.

For convenience, it's also viewable on Github:
github.com/qyot27/x264/commits/silent_master

*patchset:
https://mailman.videolan.org/pipermail/x264-devel/2014-April/010572.html
https://mailman.videolan.org/pipermail/x264-devel/2014-April/010573.html
https://mailman.videolan.org/pipermail/x264-devel/2014-April/010574.html
https://mailman.videolan.org/pipermail/x264-devel/2014-April/010575.html

Mans Rullgard (1):
  Add autotools-style silent build rules

Stephen Hutchinson (8):
  build: Use 'DEPCC' for generating .depend, not 'CC'
  cosmetic: Make .depend generation foreach loop more readable
  build: Switch 'rm' to '$(RM)'
  build: Split up 'install-lib-dev' into smaller subrecipes
  build: Use 'install-static' as a subrecipe for 'install-lib-static'
  build: Reorganize 'install-lib-shared'
  build: Silence 'ln' when using silent rules
  build: Use '$(INSTALL_DIR)' as alias for '$(INSTALL) -d'

 Makefile  | 82 +++++++++++++++++++++++++++++++++++++++++++--------------------
 configure |  4 ++++
 2 files changed, 60 insertions(+), 26 deletions(-)

-- 
1.9.1



More information about the x264-devel mailing list