mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 14:50:38 +01:00
linux-rpm-build.mk: Fix mkspec-linux.sh III
This commit is contained in:
parent
ab6d5e6f53
commit
c28a2d829b
1 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ BUILD = sh $(MODDIR)/devutil/jcs/build_linux.sh \
|
||||||
-a i386 \
|
-a i386 \
|
||||||
-s $(KERNEL_SRC_DIR) \
|
-s $(KERNEL_SRC_DIR) \
|
||||||
-i $(TMP_INSTALL)
|
-i $(TMP_INSTALL)
|
||||||
MKSPEC := sh $(MODDIR)/devutil/jcs/mkspec-linux.sh
|
MKSPEC := $(MODDIR)/devutil/jcs/mkspec-linux.sh
|
||||||
|
|
||||||
# exports
|
# exports
|
||||||
export KERNEL_VERSION
|
export KERNEL_VERSION
|
||||||
|
|
@ -87,7 +87,7 @@ all: rpm
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(TMP_INSTALL)/$(F_SPEC): linux-$(KERNEL_VERSION)/Makefile $(MKSPEC) Makefile
|
$(TMP_INSTALL)/$(F_SPEC): linux-$(KERNEL_VERSION)/Makefile $(MKSPEC) Makefile
|
||||||
$(MKSPEC) -d $(TMP_INSTALL) -b $(KERNEL_BASE) -v $(KERNEL_VERSION) -r $(RPM_RELEASE) -a $(ARCH) -l $(BOOT_LABEL) > $@
|
sh $(MKSPEC) -d $(TMP_INSTALL) -b $(KERNEL_BASE) -v $(KERNEL_VERSION) -r $(RPM_RELEASE) -a $(ARCH) -l $(BOOT_LABEL) > $@
|
||||||
|
|
||||||
$(TMP_INSTALL)/boot/%-$(KERNEL_VERSION)-$(RPM_RELEASE): build.lxdone $(LOCAL_AFTER_KERNEL_BUILD)
|
$(TMP_INSTALL)/boot/%-$(KERNEL_VERSION)-$(RPM_RELEASE): build.lxdone $(LOCAL_AFTER_KERNEL_BUILD)
|
||||||
@echo -n
|
@echo -n
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue