make.sh: Remove all traces of KCFG

This variable is no longer been used and has been abused way too much in
the past. May it rest in pieces.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-20 16:08:32 +00:00
parent f9864480df
commit 048d2be91a
4 changed files with 5 additions and 9 deletions

View File

@@ -282,7 +282,7 @@ define POSTBUILD
# $(TARGET)_rootfile : ROOTFILE with KVER replacement
# $(TARGET) : log result with {commented|include|added} files
@if [ -s "$(TARGET)_diff" ]; then \
LFS_SCRIPT=$(firstword $(MAKEFILE_LIST))$(KCFG); \
LFS_SCRIPT=$(firstword $(MAKEFILE_LIST)); \
echo $(LFS_SCRIPT); \
ROOTFILE=$$(find -L $(DIR_SRC)/config/rootfiles/{common,packages}/{$(BUILD_ARCH),} -maxdepth 1 -type f -name $$LFS_SCRIPT 2>/dev/null | head -1); \
if [ "$$ROOTFILE" = "" ]; then \

View File

@@ -31,8 +31,6 @@ UVER = 1.2.10
CVER = 1.2.10
FVER = 1.2.4
VERSUFIX = ipfire$(KCFG)
THISAPP = alsa-lib-$(VER)
DL_FILE = $(THISAPP).tar.bz2
DL_FROM = $(URL_IPFIRE)

View File

@@ -31,7 +31,7 @@ DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)$(KCFG)
TARGET = $(DIR_INFO)/$(THISAPP)
CFLAGS += -DPURIFY -Wa,--noexecstack

View File

@@ -2096,11 +2096,9 @@ build_system() {
lfsmake2 inotify-tools
lfsmake2 grub-btrfs
# Kernelbuild ... current we have no platform that need
# multi kernel builds so KCFG is empty
lfsmake2 linux KCFG=""
lfsmake2 rtl8812au KCFG=""
lfsmake2 linux-initrd KCFG=""
lfsmake2 linux
lfsmake2 rtl8812au
lfsmake2 linux-initrd
lfsmake2 memtest