Corrected CONFIG_LOCALVERSION in config

This commit is contained in:
2017-05-22 13:13:40 -05:00
parent 2de20ac6fa
commit 752e624285
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ BRIEF = The Linux kernel
DESC = Linux is a clone of the operating system Unix, written from scratch \
by Linus Torvalds with assistance from a loosely-knit team of hackers \
across the Net.
export SNAPVER = 4
export SNAPVER = 5
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
@@ -115,6 +115,7 @@ test: $(ROOT)
clean:
@rm -rvf $(ROOT) \
$(LINUX-DOC) \
$(LINUX-FIRMWARE) \
$(LINUX-HEADERS) \
$(SNAPINFO) \