From d79be23713e53ae7ab768f54f76ed272beb67700 Mon Sep 17 00:00:00 2001 From: Peng Chang (Charles) Date: Sun, 15 May 2011 19:54:21 +0800 Subject: atlas: removed make fat_shared, added make check and make time --- cluster/atlas/BUILD | 13 +++++++------ cluster/atlas/HISTORY | 2 ++ 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'cluster/atlas') diff --git a/cluster/atlas/BUILD b/cluster/atlas/BUILD index 6fe1c64a84..5721d75e75 100755 --- a/cluster/atlas/BUILD +++ b/cluster/atlas/BUILD @@ -13,13 +13,14 @@ make_single && make && cd lib && if [ $PT_LIB == y ]; then - make ptshared && - # newer versions will have ptshared dependent on fat_ptshared - make fat_ptshared + make ptshared else - make shared && - # newer versions will have shared dependent on fat_shared - make fat_shared + make shared fi && cd .. && +make check && +if [ $PT_LIB == y ]; then + make ptcheck +fi && +make time && make_normal diff --git a/cluster/atlas/HISTORY b/cluster/atlas/HISTORY index 291c95ff22..ae8666bd2a 100644 --- a/cluster/atlas/HISTORY +++ b/cluster/atlas/HISTORY @@ -1,4 +1,6 @@ 2011-05-15 Peng Chang (Charels) + * BUILD: fat_shared is still not prevailing, added make check and make time, + these takes only 2 min, but definitely worth keeping record * DETAILS: updated to 3.8.4 * PRE_BUILD: patch archinfo_x86.c; there's no reference builds for Corei2, which will cause build failure and the detection for Corei2 is buggy, so -- cgit v1.2.3