OSDN Git Service

Rules.mak: Fix references to svn.
authorKhem Raj <raj.khem@gmail.com>
Sat, 1 Aug 2009 08:40:34 +0000 (01:40 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 1 Aug 2009 08:40:34 +0000 (01:40 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Rules.mak
extra/Configs/Config.in

index d849590..fcadb8a 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -98,7 +98,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS
 MAJOR_VERSION := 0
 MINOR_VERSION := 9
 SUBLEVEL      := 30
-EXTRAVERSION  :=-svn
+EXTRAVERSION  :=-git
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 ifneq ($(EXTRAVERSION),)
 VERSION       := $(VERSION)$(EXTRAVERSION)
index 6c37039..a3f1910 100644 (file)
@@ -537,7 +537,7 @@ config COMPAT_ATEXIT
        bool "Old (visible) atexit Support"
        default n
        help
-         Enable this option if you want to update from 0.9.28 to svn/0.9.29,
+         Enable this option if you want to update from 0.9.28 to git/0.9.29,
          else you will be missing atexit() until you rebuild all apps.
 
 config UCLIBC_SUSV3_LEGACY