mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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 \
|
||||
-s $(KERNEL_SRC_DIR) \
|
||||
-i $(TMP_INSTALL)
|
||||
MKSPEC := sh $(MODDIR)/devutil/jcs/mkspec-linux.sh
|
||||
MKSPEC := $(MODDIR)/devutil/jcs/mkspec-linux.sh
|
||||
|
||||
# exports
|
||||
export KERNEL_VERSION
|
||||
|
|
@ -87,7 +87,7 @@ all: rpm
|
|||
touch $@
|
||||
|
||||
$(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)
|
||||
@echo -n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue