summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Chang (Charles)2011-05-15 19:54:21 +0800
committerPeng Chang (Charles)2011-05-15 20:36:55 +0800
commitd79be23713e53ae7ab768f54f76ed272beb67700 (patch)
tree81490c9fbf9fb7d6a613770edd39a4691ca4fa9d
parent8fd7dd901efc8dfe61e05e109d4c97aa6eeea5c3 (diff)
atlas: removed make fat_shared, added make check and make time
-rwxr-xr-xcluster/atlas/BUILD13
-rw-r--r--cluster/atlas/HISTORY2
2 files changed, 9 insertions, 6 deletions
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) <chp@sourcemage.org>
+ * 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