From 8dc9f98e39ff4ba019c838f2a7349c1211676ad4 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 29 Aug 2007 19:03:56 +0300 Subject: ubi-utils: remove useless build information Signed-off-by: Artem Bityutskiy --- ubi-utils/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'ubi-utils/Makefile') diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index db984c8..e1b7b84 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -2,11 +2,6 @@ # Makefile for ubi-utils # -HOST_OS_NAME := $(shell uname -s) -HOST_VERSION_NAME := $(shell uname -r) -BUILD_CPU := $(shell uname -m) -BUILD_OS := $(shell uname -o) - OPTFLAGS := -O2 -g -Wall KERNELHDR := ../include DESTDIR := /usr/local @@ -16,11 +11,7 @@ INCLUDEDIR=/usr/include CC := $(CROSS)gcc CFLAGS := -I./inc -I./src -I$(KERNELHDR) $(OPTFLAGS) -Werror \ - -Wwrite-strings -W -std=gnu99 \ - -DHOST_OS_NAME=\"$(HOST_OS_NAME)\" \ - -DHOST_VERSION_NAME=\"$(HOST_VERSION_NAME)\" \ - -DBUILD_CPU=\"$(BUILD_CPU)\" -DBUILD_OS=\"$(BUILD_OS)\" \ - -DPACKAGE_VERSION=\"1.0\" + -Wwrite-strings -W -std=gnu99 -DPACKAGE_VERSION=\"1.0\" PERLPROGS = mkpfi ubicrc32.pl TARGETS = ubiupdatevol ubimkvol ubirmvol pfiflash pddcustomize ubimirror \ -- cgit v1.2.3