[Lunar-commits] CVS: moonbase/compilers/ocaml BUILD,1.4,1.5

Joel Vennin jol at lunar-linux.org
Sun Aug 8 20:09:09 GMT 2004


Update of /var/cvs/lunar/moonbase/compilers/ocaml
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12667

Modified Files:
	BUILD 
Log Message:
make a fix around the head command. In fact, sine the coreutils update
the head has changed some line arguments. the head -1 is now obsolete. 
You should use head -n 1.



Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/ocaml/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	18 Apr 2004 18:28:02 -0000	1.4
+++ BUILD	8 Aug 2004 20:09:07 -0000	1.5
@@ -1,5 +1,8 @@
 (
  sedit "s/tk_wanted=yes/tk_wanted=no/" configure &&
+ sedit "s/head -1/head -n 1/" camlp4/tools/apply.sh &&
+ sedit "s/head -1/head -n 1/" camlp4/tools/camlp4_comm.sh &&
+ sedit "s/head -1/head -n 1/" camlp4/tools/conv.sh &&
  
  ./configure -prefix /usr -mandir /usr/share/man/man1 &&
  make world      &&



More information about the Lunar-commits mailing list