linux-rpm-build.mk, linux-rpm.mk: Merged changes from V_1_1_15_4_ITALY

This commit is contained in:
Jan Lindemann 2008-07-13 15:03:04 +00:00 committed by Jan Lindemann
commit 16242a9942
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ define COMPLETE_VERSION
$(shell cat COMPLETE_VERSION)
endef
HOST ?= $(HOSTNAME)
KERNEL_BASE ?= lx-$(HOST)
BOOT_LABEL ?= lx-$(KERNEL_VERSION)-$(RPM_RELEASE)
KERNEL_PKG_SUFFIX ?= .tar.gz

View file

@ -12,6 +12,7 @@ KERNEL_RELEASE = $(shell echo $(KERNEL_VERSION) | cut -d\. -f3)
KERNEL_DLOAD_DIR ?= /home/samba/dat/share/exe/linux/os
KERNEL_PKG_BASE = $(KERNEL_DLOAD_DIR)/$(KERNEL_MAJOR).$(KERNEL_MINOR)/linux-$(KERNEL_VERSION).tar
LINUX_KERNEL_PATCH_DIR ?= $(CVS_ROOT_DIR)/conf/jannet.de/all/lx-patches
HOST ?= $(HOSTNAME)
ifneq ($(wildcard $(KERNEL_PKG_BASE).*),)
ifneq ($(wildcard $(KERNEL_PKG_BASE).gz),)