[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH 21 of 30] tools: flask: Remove BASECFLAGS, just use CFLAGS



# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1300718506 0
# Node ID 9c2a39e72b04831f3402ce22926e906da636fe8c
# Parent  2276552067f8cad6123115534524bfa4bdbadb30
tools: flask: Remove BASECFLAGS, just use CFLAGS

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

diff -r 2276552067f8 -r 9c2a39e72b04 tools/flask/utils/Makefile
--- a/tools/flask/utils/Makefile        Mon Mar 21 14:41:46 2011 +0000
+++ b/tools/flask/utils/Makefile        Mon Mar 21 14:41:46 2011 +0000
@@ -3,14 +3,10 @@ include $(XEN_ROOT)/tools/Rules.mk
 
 LIBFLASK_ROOT = $(XEN_ROOT)/tools/flask/libflask
 
-PROFILE=#-pg
-BASECFLAGS=-Wall -g -Werror
-BASECFLAGS+= $(PROFILE)
-BASECFLAGS+= $(CFLAGS_libxenctrl)
-BASECFLAGS+= -I$(LIBFLASK_ROOT)/include
+CFLAGS += -Wall -g -Werror
+CFLAGS += $(CFLAGS_libxenctrl)
+CFLAGS += -I$(LIBFLASK_ROOT)/include
 
-CFLAGS  += $(BASECFLAGS)
-LDLIBS += $(PROFILE)
 TESTDIR  = testsuite/tmp
 TESTFLAGS= -DTESTING
 TESTENV  = XENSTORED_ROOTDIR=$(TESTDIR) XENSTORED_RUNDIR=$(TESTDIR)

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.