[Lunar-commits] r16577 - moonbase/trunk/devel/smake

Terry Chan tchan at lunar-linux.org
Tue Sep 20 18:57:42 UTC 2005


Author: tchan
Date: 2005-09-20 18:57:41 +0000 (Tue, 20 Sep 2005)
New Revision: 16577

Modified:
   moonbase/trunk/devel/smake/BUILD
   moonbase/trunk/devel/smake/DETAILS
Log:
Version bump to smake 1.2a33. Compiled/tested with gcc-3.4.4, glibc-2.3,5,
kernel headers 2.4.x.


Modified: moonbase/trunk/devel/smake/BUILD
===================================================================
--- moonbase/trunk/devel/smake/BUILD	2005-09-20 18:53:52 UTC (rev 16576)
+++ moonbase/trunk/devel/smake/BUILD	2005-09-20 18:57:41 UTC (rev 16577)
@@ -1,7 +1,7 @@
 (
 
-  ./Gmake.linux                                        &&
-  prepare_install                                      &&
-  ./Gmake.linux INS_BASE=/usr MANDIR=share/man install
-
+  make INS_BASE=/usr MANDIR=share/man         &&
+  prepare_install                             &&
+  make INS_BASE=/usr MANDIR=share/man install
+  
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/devel/smake/DETAILS
===================================================================
--- moonbase/trunk/devel/smake/DETAILS	2005-09-20 18:53:52 UTC (rev 16576)
+++ moonbase/trunk/devel/smake/DETAILS	2005-09-20 18:57:41 UTC (rev 16577)
@@ -1,11 +1,11 @@
           MODULE=smake
          VERSION=1.2
-          SOURCE=$MODULE-${VERSION}a32.tar.bz2
+          SOURCE=$MODULE-${VERSION}a33.tar.bz2
       SOURCE_URL=ftp://ftp.berlios.de/pub/smake/alpha/
-      SOURCE_VFY=sha1:58632749f72d127fc55e796e737158aaf7c1b30c
+      SOURCE_VFY=sha1:df72fdd58ce2150d11921d0929be08f5db7bc818
         WEB_SITE=http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/
          ENTERED=20020926
-         UPDATED=20050723
+         UPDATED=20050920
       MAINTAINER="tchan at lunar-linux.org"
            SHORT="Joerg Schilling's multi-platform make engine."
 cat << EOF



More information about the Lunar-commits mailing list