Corrected CONFIG_LOCALVERSION in config
This commit is contained in:
3
Makefile
3
Makefile
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user