Fix largefile breakage; advance version to 1.2.2
This commit is contained in:
parent
dca0b707c0
commit
b54b208d90
6
Makefile
6
Makefile
@ -1,6 +1,6 @@
|
|||||||
VERSION = 1
|
VERSION = 1
|
||||||
PATCHLEVEL = 2
|
PATCHLEVEL = 2
|
||||||
SUBLEVEL = 1
|
SUBLEVEL = 2
|
||||||
EXTRAVERSION = .svn
|
EXTRAVERSION = .svn
|
||||||
NAME = Unnamed
|
NAME = Unnamed
|
||||||
|
|
||||||
@ -302,7 +302,6 @@ AFLAGS_KERNEL =
|
|||||||
CFLAGS :=
|
CFLAGS :=
|
||||||
CPPFLAGS :=
|
CPPFLAGS :=
|
||||||
AFLAGS :=
|
AFLAGS :=
|
||||||
include $(srctree)/Makefile.flags
|
|
||||||
|
|
||||||
# Read KERNELRELEASE from .kernelrelease (if it exists)
|
# Read KERNELRELEASE from .kernelrelease (if it exists)
|
||||||
KERNELRELEASE = $(shell cat .kernelrelease 2> /dev/null)
|
KERNELRELEASE = $(shell cat .kernelrelease 2> /dev/null)
|
||||||
@ -467,6 +466,9 @@ ifeq ($(dot-config),1)
|
|||||||
# To avoid any implicit rule to kick in, define an empty command
|
# To avoid any implicit rule to kick in, define an empty command
|
||||||
.config .kconfig.d: ;
|
.config .kconfig.d: ;
|
||||||
|
|
||||||
|
# Now we can define CFLAGS etc according to .config
|
||||||
|
include $(srctree)/Makefile.flags
|
||||||
|
|
||||||
# If .config is newer than include/autoconf.h, someone tinkered
|
# If .config is newer than include/autoconf.h, someone tinkered
|
||||||
# with it and forgot to run make oldconfig.
|
# with it and forgot to run make oldconfig.
|
||||||
# If kconfig.d is missing then we are probarly in a cleaned tree so
|
# If kconfig.d is missing then we are probarly in a cleaned tree so
|
||||||
|
@ -2767,4 +2767,3 @@ keep_going:
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user