mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
cdrom: Update /etc/system-release when needed.
This commit is contained in:
@@ -52,6 +52,10 @@ md5 :
|
||||
###############################################################################
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
# Update /etc/system-release, because the string might have changed
|
||||
# since stage2 has been executed..
|
||||
echo "$(SYSTEM_RELEASE)" > /etc/system-release
|
||||
|
||||
rm -rf /install/cdrom /tmp/*
|
||||
mkdir -p /install/cdrom/doc
|
||||
|
||||
|
||||
@@ -522,6 +522,7 @@ installmake() {
|
||||
TERM=$TERM PS1='\u:\w\$ ' \
|
||||
PATH=/tools/ccache/bin:/bin:/usr/bin:/sbin:/usr/sbin \
|
||||
VERSION=$VERSION \
|
||||
SYSTEM_RELEASE="${SYSTEM_RELEASE}" \
|
||||
CONFIG_ROOT=$CONFIG_ROOT \
|
||||
NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \
|
||||
CFLAGS="-Os" CXXFLAGS="-Os" \
|
||||
|
||||
Reference in New Issue
Block a user