[Lunar-commits] r17916 - moonbase/trunk/devel/check
Chad Kittel
v3rt1g0 at lunar-linux.org
Thu Jan 5 02:07:39 UTC 2006
Author: v3rt1g0
Date: 2006-01-05 02:07:39 +0000 (Thu, 05 Jan 2006)
New Revision: 17916
Modified:
moonbase/trunk/devel/check/BUILD
Log:
Misc Tweak: check (0.9.3)
* Workaround for the issue tchan and crypticreign were experiencing.
* Checking out the check website the 'make check' is not listed in
the "steps to install" .. might be recommended elsewhere? .. Do we
even desire to make this 'make check' call anymore? .. Where did I
put my car keys?
Modified: moonbase/trunk/devel/check/BUILD
===================================================================
--- moonbase/trunk/devel/check/BUILD 2006-01-05 01:44:24 UTC (rev 17915)
+++ moonbase/trunk/devel/check/BUILD 2006-01-05 02:07:39 UTC (rev 17916)
@@ -2,7 +2,12 @@
default_config &&
make &&
- make check &&
+
+ # make check on version 0.9.3 was cause issues on a few user machines.
+ # Until the issues are cleared up (new version?) work around the issue
+ # by not running make check... ~ v3rt1g0 (04-Jan-06)
+ # make check &&
+
prepare_install &&
make install
More information about the Lunar-commits
mailing list