public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, core112, updated. fbe365b955c08838da1e255318440fc7b7fac1e2
@ 2017-07-08 13:37 git
  0 siblings, 0 replies; only message in thread
From: git @ 2017-07-08 13:37 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2061 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, core112 has been updated
       via  fbe365b955c08838da1e255318440fc7b7fac1e2 (commit)
      from  c7ded4d5ad1f29017d54572eaf44e2c5b30f90ac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fbe365b955c08838da1e255318440fc7b7fac1e2
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sat Jul 8 15:31:15 2017 +0200

    make-functions: move MAKETUNING before make
    
    this is needed to edit MAKTUNING in the lfs file
    which is used by boost and cmake to build on
    machines with less than 4GB Memory.
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 tools/make-functions | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/tools/make-functions b/tools/make-functions
index 508f5f2..b419253 100644
--- a/tools/make-functions
+++ b/tools/make-functions
@@ -612,6 +612,7 @@ lfsmake1() {
 		CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \
 		CFLAGS="${CFLAGS}" \
 		CXXFLAGS="${CXXFLAGS}" \
+		MAKETUNING="${MAKETUNING}" \
 		make -f $* \
 			TOOLCHAIN=1 \
 			CROSSTARGET="${CROSSTARGET}" \
@@ -621,7 +622,6 @@ lfsmake1() {
 			LFS_BASEDIR="${BASEDIR}" \
 			ROOT="${LFS}" \
 			KVER="${KVER}" \
-			MAKETUNING="${MAKETUNING}" \
 			install >> $LOGFILE 2>&1
 
 	local COMPILE_SUCCESS=$?
@@ -645,8 +645,9 @@ lfsmake2() {
 	local PS1='\u:\w$ '
 
 	enterchroot \
-		bash -x -c "cd /usr/src/lfs && make -f $* \
+		bash -x -c "cd /usr/src/lfs && \
 			MAKETUNING=${MAKETUNING} \
+			make -f $* \
 			LFS_BASEDIR=/usr/src install" \
 		>> ${LOGFILE} 2>&1
 


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-08 13:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-08 13:37 [git.ipfire.org] IPFire 2.x development tree branch, core112, updated. fbe365b955c08838da1e255318440fc7b7fac1e2 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox