mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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 \
|
||||
|
||||
2
lfs/alsa
2
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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
8
make.sh
8
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user