[Lunar-commits] r14618 - moonbase/trunk/devel/arch

Terry Chan tchan at lunar-linux.org
Sat May 7 10:51:21 UTC 2005


Author: tchan
Date: 2005-05-07 10:51:20 +0000 (Sat, 07 May 2005)
New Revision: 14618

Modified:
   moonbase/trunk/devel/arch/BUILD
   moonbase/trunk/devel/arch/DETAILS
Log:
Fixed the arch module after florin broke it. NOTE: the order
of the make commands in the BUILD script are correct the way I have
them, NOT the way florin arbitrarily changed the ordering.
This was correct in the prior BUILD scripts as well.  This BUILD
script also correctly installs the html docs for the arch module, again.
With the incorrect make ordering, the help files are not even built
correctly!


Modified: moonbase/trunk/devel/arch/BUILD
===================================================================
--- moonbase/trunk/devel/arch/BUILD	2005-05-07 10:16:24 UTC (rev 14617)
+++ moonbase/trunk/devel/arch/BUILD	2005-05-07 10:51:20 UTC (rev 14618)
@@ -6,7 +6,11 @@
 
   ../configure --prefix=/usr  &&
 
+  make                        &&
+  prepare_install             &&
   make test                   &&
-  default_make
+  make install                &&
+  mkdir -p $DOCUMENT_DIRECTORY/$MODULE/html &&
+  cp $SOURCE_DIRECTORY/src/docs-tla/html/* $DOCUMENT_DIRECTORY/$MODULE/html
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/devel/arch/DETAILS
===================================================================
--- moonbase/trunk/devel/arch/DETAILS	2005-05-07 10:16:24 UTC (rev 14617)
+++ moonbase/trunk/devel/arch/DETAILS	2005-05-07 10:51:20 UTC (rev 14618)
@@ -8,7 +8,7 @@
       SOURCE_VFY=sha1:596cae5c20be15970ab51bd776f0c8d74abecec8
         WEB_SITE=http://www.gnuarch.org
          ENTERED=20020515
-         UPDATED=20050503
+         UPDATED=20050507
 	   PSAFE=no
            SHORT="arch is an amazingly cool revision control system"
 



More information about the Lunar-commits mailing list