[Lunar-commits] <moonbase> calc: Removed unneeded sedits from the BUILD script. Tweaked the rest of the BUILD.

Terry Chan tchan at lunar-linux.org
Sun Jul 20 17:40:47 CEST 2008


commit 82cdb51ad0293b1ebf74a9830e4c6dfe999fe03c
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Sun Jul 20 10:40:47 2008 -0500

    calc: Removed unneeded sedits from the BUILD script. Tweaked the rest of the BUILD.
---
 utils/calc/BUILD |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/utils/calc/BUILD b/utils/calc/BUILD
index e089c50..1015fc6 100644
--- a/utils/calc/BUILD
+++ b/utils/calc/BUILD
@@ -1,11 +1,7 @@
 (
   
-  sedit "s/DEBUG= -O2 -g$/DEBUG= $CFLAGS/" Makefile      &&
-  sedit "s/CALCPAGER= more$/#CALCPAGER= more/" Makefile  &&
-  sedit "s/#CALCPAGER= less$/CALCPAGER= less/" Makefile  &&
-  sedit "s/^LD_DEBUG=/LD_DEBUG= $LDFLAGS/" Makefile      &&
-  default_make                      &&
-  mkdir -p $DOCUMENT_DIRECTORY/calc &&
-  cp BUGS LIBRARY $DOCUMENT_DIRECTORY/calc
+  sedit "s/^LD_DEBUG=/LD_DEBUG= $LDFLAGS/" Makefile &&
+  default_make &&
+  gather_docs BUGS LIBRARY
 
 ) >$C_FIFO 2>&1


More information about the Lunar-commits mailing list