From e81a534986e6bbd00b012e59557d7761c14e4009 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Thu, 3 Jan 2008 12:49:42 -0700 Subject: [PATCH] misc makefile tweaks --- makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index 9801a3511e..a554c1d3fb 100644 --- a/makefile +++ b/makefile @@ -18,10 +18,10 @@ ifeq ($(platform),windows) endif mode = debug -process = interpret +process = compile build = build -native-build = $(build)/$(platform)/$(arch)/$(mode) +native-build = $(build)/$(platform)-$(arch)-$(process)-$(mode) classpath-build = $(build)/classpath test-build = $(build)/test src = src @@ -38,8 +38,7 @@ cc = $(build-cc) ar = ar ranlib = ranlib objcopy = objcopy -vg = nice valgrind --suppressions=valgrind.supp --undef-value-errors=no \ - --num-callers=32 --db-attach=yes --freelist-vol=100000000 +vg = nice valgrind --num-callers=32 --db-attach=yes --freelist-vol=100000000 vg += --leak-check=full db = gdb --args javac = javac