[Lunar-commits] CVS: moonbase/editors/nedit BUILD,1.4,1.5

Auke Kok sofar at lunar-linux.org
Thu Feb 24 15:15:38 UTC 2005


Update of /var/cvs/lunar/moonbase/editors/nedit
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/editors/nedit

Modified Files:
	BUILD 
Log Message:
bugfix: this was totally wrong... dont do it kids!

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/nedit/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	24 Nov 2003 17:20:29 -0000	1.4
+++ BUILD	24 Feb 2005 15:15:36 -0000	1.5
@@ -1,22 +1,20 @@
 (
 
-  sedit "s/CFLAGS\=/CFLAGS:=-DBUILD_UNTESTED_NEDIT/"  makefiles/Makefile.linux  &&
-  sedit "s/-DUSE_LPR_PRINT_CMD/& \$\(CFLAGS\)/" makefiles/Makefile.linux        &&
+  sedit "s/CFLAGS\=/CFLAGS:=-DBUILD_UNTESTED_NEDIT/"  makefiles/Makefile.linux &&
+  sedit "s/-DUSE_LPR_PRINT_CMD/& \$\(CFLAGS\)/" makefiles/Makefile.linux &&
   sedit "s/-lm/-lm -lXmu/" makefiles/Makefile.linux   &&
   make  linux                                         &&
   prepare_install
 
-) > $C_FIFO 2>&1  &&  (
-
   strip      source/nedit                           &&
   strip      source/nc                              &&
-  cp         source/nc         /usr/bin             &&
-  cp         source/nedit      /usr/bin             &&
-  cp         doc/nc.man        nc.1                 &&
-  cp         doc/nedit.man     nedit.1              &&
+  install    source/nc         /usr/bin/            &&
+  install    source/nedit      /usr/bin/            &&
+  install    doc/nc.man        nc.1                 &&
+  install    doc/nedit.man     nedit.1              &&
   gzip  -9   nc.1                                   &&
   gzip  -9   nedit.1                                &&
-  cp         nc.1.gz           /usr/share/man/man1  &&
-  cp         nedit.1.gz        /usr/share/man/man1
+  install    nc.1.gz           /usr/share/man/man1/ &&
+  install    nedit.1.gz        /usr/share/man/man1/
 
-)
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list