blob: 74e39384d2d8a465a78260e3603b5282423a802a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2005-04-15 20:55:07.000000000 +0400
+++ Makefile 2005-04-15 20:55:12.000000000 +0400
@@ -158,7 +158,7 @@
$(shell cat /dev/null $(localver)) \
$(patsubst "%",%,$(CONFIG_LOCALVERSION)))
-KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)-om$(LOCALVERSION)
+KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)$(LOCALVERSION)
# SUBARCH tells the usermode build what the underlying arch is. That is set
# first, and if a usermode build is happening, the "ARCH=um" on the command
|