mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
linux-rpm.mk: Change EXTRAVERSION after having run $(LOCAL_PRE_BUILD)
This commit is contained in:
parent
d36e53a916
commit
1bf6e2a802
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ unpack.done: $(KERNEL_PKG)
|
|||
tar -xzf $(KERNEL_PKG)
|
||||
touch $@
|
||||
|
||||
%.lxdone: unpack.done linux-$(KERNEL_VERSION)/Makefile config-$(KERNEL_VERSION) $(LOCAL_PRE_BUILD)
|
||||
%.lxdone: unpack.done config-$(KERNEL_VERSION) $(LOCAL_PRE_BUILD) linux-$(KERNEL_VERSION)/Makefile
|
||||
$(BUILD) $(basename $@)
|
||||
touch $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue