summaryrefslogtreecommitdiffstats
path: root/cluster/atlas
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/atlas')
-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