[Lunar-commits] r14921 - moonbase/trunk/editors/gawk

Florin Braescu florin at lunar-linux.org
Sun May 22 14:14:10 UTC 2005


Author: florin
Date: 2005-05-22 14:14:10 +0000 (Sun, 22 May 2005)
New Revision: 14921

Modified:
   moonbase/trunk/editors/gawk/BUILD
Log:
small tweaks.

Modified: moonbase/trunk/editors/gawk/BUILD
===================================================================
--- moonbase/trunk/editors/gawk/BUILD	2005-05-22 14:10:23 UTC (rev 14920)
+++ moonbase/trunk/editors/gawk/BUILD	2005-05-22 14:14:10 UTC (rev 14921)
@@ -1,18 +1,16 @@
 (
 
-  ./configure  --build=$BUILD          \
-               --prefix=/usr           \
-               --mandir=/usr/share/man \
-	       --infodir=/usr/share/info \
-               --bindir=/bin           &&
-  make                                 &&
-  prepare_install                      &&
-  make    install                      &&
-  rm  -f         /bin/awk              &&
-  ln  -sf  gawk  /bin/awk              &&
+  ./configure  --build=$BUILD             \
+               --prefix=/usr              \
+               --mandir=/usr/share/man    \
+	       --infodir=/usr/share/info  \
+               --bindir=/bin             &&
+  default_make                           &&
+  rm  -f         /bin/awk                &&
+  ln  -sf  gawk  /bin/awk                &&
   if [ -e /bin/gawk-  ]; then
     rm /bin/gawk-;
-  fi                                   &&
+  fi                                     &&
   if [ -e /bin/pgawk- ]; then
     rm /bin/pgawk-;
   fi



More information about the Lunar-commits mailing list