Revert "make.sh: Log into subdirectory for each architecture"

This reverts commit 35ce207ff7.
This commit is contained in:
Arne Fitzenreiter
2018-10-30 15:07:12 +01:00
parent 7261a4987d
commit ebaecf2c96
2 changed files with 19 additions and 22 deletions

View File

@@ -31,8 +31,7 @@
###############################################################################
# Cleanup environment from any variables
unexport BUILD_ARCH BUILD_PLATFORM BUILDTARGET CROSSTARGET TOOLCHAIN
unexport TOOLS_DIR LOG_DIR
unexport BUILD_ARCH BUILD_PLATFORM BUILDTARGET CROSSTARGET TOOLCHAIN TOOLS_DIR
ifeq "$(BUILD_ARCH)" "aarch64"
IS_64BIT = 1
@@ -86,7 +85,7 @@ DIR_SRC = $(ROOT)/usr/src
DIR_DL = $(LFS_BASEDIR)/cache
DIR_CHK = $(LFS_BASEDIR)/cache/check
DIR_CONF = $(LFS_BASEDIR)/config
DIR_INFO = $(LFS_BASEDIR)/$(LOG_DIR)
DIR_INFO = $(LFS_BASEDIR)/log
DIR_TMP = /tmp
# Add the compiler location and version and specs to the ccache hash
@@ -110,7 +109,7 @@ endif
###############################################################################
# For each package we create a list of files that it installed under
# $(LOG_DIR/)<TARGET> name. Modified files are not identified
# log/<TARGET> name. Modified files are not identified
#
define FIND_FILES
cd $(ROOT)/ && find -mount \