mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make: Replace cat by $(CAT)
This commit is contained in:
parent
9f4e02e618
commit
26baa6a3b4
14 changed files with 34 additions and 33 deletions
|
|
@ -1,9 +1,9 @@
|
|||
define EXTRAVERSION
|
||||
$(shell cat EXTRAVERSION)
|
||||
$(shell $(CAT) EXTRAVERSION)
|
||||
endef
|
||||
|
||||
define COMPLETE_VERSION
|
||||
$(shell cat COMPLETE_VERSION)
|
||||
$(shell $(CAT) COMPLETE_VERSION)
|
||||
endef
|
||||
|
||||
KERNEL_MAJOR = $(shell echo $(KERNEL_VERSION) | cut -d\. -f1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue