mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
linux-rpm.mk: Fix EXTRAVERSION replacement after patching
This commit is contained in:
parent
19b700a4ed
commit
611b134ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ config-$(KERNEL_VERSION):
|
||||||
cvs commit
|
cvs commit
|
||||||
|
|
||||||
toplevel-makefile: unpack.done
|
toplevel-makefile: unpack.done
|
||||||
sed "s/^ *EXTRAVERSION *=/EXTRAVERSION = -$(KERNEL_RELEASE)/" linux-$(KERNEL_VERSION)/Makefile >$@
|
sed "/^ *EXTRAVERSION *=/ !d; s/ *$$/-$(KERNEL_RELEASE)/" linux-$(KERNEL_VERSION)/Makefile >$@
|
||||||
|
|
||||||
linux-$(KERNEL_VERSION)/Makefile: toplevel-makefile
|
linux-$(KERNEL_VERSION)/Makefile: toplevel-makefile
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue