From 57126ed59fa69048e7845f84b527732628a75b87 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 24 May 2010 05:08:36 +0000 Subject: [PATCH] Remove extraneous white-space in previous commit. Increment VERSION from 3.14 to 3.15 (not sure what this is used for). --- src/build/Common.gmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build/Common.gmake b/src/build/Common.gmake index e006289616..90b5b44e1f 100644 --- a/src/build/Common.gmake +++ b/src/build/Common.gmake @@ -109,7 +109,7 @@ # Set VERSION ifndef VERSION - VERSION := 3.14 + VERSION := 3.15 endif # Put local (optional) macro definitions in localdefs.mk @@ -199,7 +199,7 @@ os := $(shell echo $(os) | tr '[A-Z]' '[a-z]' | tr ' ' '_') machine := $(shell if uname -m | egrep -v "(i[3456789]*|x)86" > /dev/null; then uname -m | tr "[A-Z]" "[a-z]" | tr " " "_" ; fi) machine := $(shell if uname -m | egrep "64" > /dev/null; then uname -m | tr "[A-Z]" "[a-z]" | tr " " "_" ; else echo $(machine) ; fi) ifeq ($(machine),x86_64) - machine := x64 + machine := x64 endif CFLAGS += -fpic ifeq ($(machine),sparc64) -- GitLab