patches/uClibc/0.9.32/100-bump-version-to-0.9.32.1-git.patch
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Tue Jul 31 22:27:29 2012 +0200 (2012-07-31)
changeset 3018 7776e8369284
permissions -rw-r--r--
complibs/cloog: create missing m4 dir

Because we now patch configure.in and configure, the Makefile quicks
in a re-build rule as the source files are now more recent than the
bundled generated files, and that fails because the m4 directory
is missing, although on some systems where aclocal is not installed,
the re-build rule does nothing (except a warning).

Always create tht directory.

Reported-by: Per Arnold Blaasmo <per-arnold.blaasmo@atmel.com>
[Also thanks to Thomas De Schampheleire <patrickdepinguin@gmail.com>
for some digging works on this issue]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
yann@2518
     1
commit 608e138586993d3c59c65c2958d9a98cf0d4d1eb
yann@2518
     2
Author: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
yann@2518
     3
Date:   Wed Jun 8 21:47:42 2011 +0200
yann@2518
     4
yann@2518
     5
    bump version to 0.9.32.1-git
yann@2518
     6
    
yann@2518
     7
    Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
yann@2518
     8
yann@2518
     9
diff --git a/Rules.mak b/Rules.mak
yann@2518
    10
index fe06c24..a00deea 100644
yann@2518
    11
--- a/Rules.mak
yann@2518
    12
+++ b/Rules.mak
yann@2518
    13
@@ -106,7 +106,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR
yann@2518
    14
 MAJOR_VERSION := 0
yann@2518
    15
 MINOR_VERSION := 9
yann@2518
    16
 SUBLEVEL      := 32
yann@2518
    17
-EXTRAVERSION  :=
yann@2518
    18
+EXTRAVERSION  :=.1-git
yann@2518
    19
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
yann@2518
    20
 ABI_VERSION   := $(MAJOR_VERSION)
yann@2518
    21
 ifneq ($(EXTRAVERSION),)