]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
make.sh: Remove all traces of KCFG
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Aug 2024 16:08:32 +0000 (16:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Aug 2024 16:08:32 +0000 (16:08 +0000)
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>
lfs/Config
lfs/alsa
lfs/openssl
make.sh

index 6d1dbd23d7edba5f531d4498795c50703cd48cbc..fe4e9605cb34a89a0128b1a70f3580c65bed0368 100644 (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 \
index 55b4f7152f7774bc7299d408a1d19becb8f54919..6f8d6d018a165517413c7773b0ee4cb62639abda 100644 (file)
--- a/lfs/alsa
+++ b/lfs/alsa
@@ -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)
index a714d4dcd1ba3c0e18c16e670001f1218d612b44..00b19b41a6e53c58f374b5f5f8a99db21f4ebe32 100644 (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
 
diff --git a/make.sh b/make.sh
index 48f1ad4041790911e465549a2114e77b707fc0a5..6516f9dc0db35c96b8e07dd5827cb871673141cd 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -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