Skip to content
Success

Changes

Summary

  1. Optionally integrate ccache to speed up oi-userland (re-)builds (commit: c5572a4) (details)
  2. Initial commit of augeas tools version 1.4.0 (commit: 9087dcd) (details)
  3. Split off delivery of "charset.alias" files from the bulk of glib2 (commit: bf07f8c) (details)
Commit c5572a42f831554f5c98e59b72a81eb8348c7e07 by Jim Klimov
Optionally integrate ccache to speed up oi-userland (re-)builds

* Allow use of makefile of environment value CCACHE_DISABLE=true to override the use of ccache for this particular build.
* Report initial setting of the detected CCACHE value (if not empty) when processing the shared-macros Makefile.
* ccache make-rules : assign SOURCE_DIR as CCACHE_BASEDIR value to speed up relocated builds of same code too.
* ccache README : mention how to enable ccache
(commit: c5572a4)
The file was modifiedREADME (diff)
The file was modifiedmake-rules/configure.mk (diff)
The file was addedtools/ccache-wrap/CC.gcc.64
The file was modifiedmake-rules/cmake.mk (diff)
The file was addedtools/ccache-wrap/CXX.gcc.32
The file was addedtools/ccache-wrap/CXX.gcc.64
The file was modifiedmake-rules/shared-macros.mk (diff)
The file was modifieddoc/makefile-variables.txt (diff)
The file was addedtools/ccache-wrap/CC.gcc.32
Commit 9087dcdeb45ba768660da0965c71b61d10041491 by Jim Klimov
Initial commit of augeas tools version 1.4.0
(commit: 9087dcd)
The file was addedcomponents/sysutils/augeas/augeas-vim.p5m
The file was addedcomponents/sysutils/augeas/Makefile
The file was addedcomponents/sysutils/augeas/augeas-tools.p5m
The file was addedcomponents/sysutils/augeas/augeas.p5m
The file was addedcomponents/sysutils/augeas/augeas-libs.p5m
The file was addedcomponents/sysutils/augeas/augeas-lenses.p5m
Commit bf07f8cd7502adfb9f98f1aa66d27b9f98c3776d by Jim Klimov
Split off delivery of "charset.alias" files from the bulk of glib2 packaging

* Both glib2 and augtools try to deliver the charset.alias files with equivalent contents. Splitting them off into a separate package allows not so heavy dependencies when just one product is desired.
(commit: bf07f8c)
The file was modifiedcomponents/library/glib/glib2.p5m (diff)
The file was addedcomponents/library/glib/glib2-charset-alias.p5m
The file was modifiedcomponents/sysutils/augeas/augeas-libs.p5m (diff)
The file was modifiedcomponents/sysutils/augeas/Makefile (diff)
The file was modifiedcomponents/library/glib/Makefile (diff)