[Lunar-commits] CVS: moonbase/archive/upx BUILD,1.2,1.3

Terry Chan tchan at lunar-linux.org
Wed Jun 30 21:11:06 GMT 2004


Update of /var/cvs/lunar/moonbase/archive/upx
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6361

Modified Files:
	BUILD 
Log Message:
Fixed the BUILD script to match the version bump.  The sedits are no longer
required.  Also copied the rest of the relevant doc files to $DOCUMENT_DIRECTORY,
that recent versions of theedge leave out.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/archive/upx/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	28 Jan 2004 02:16:45 -0000	1.2
+++ BUILD	30 Jun 2004 21:11:04 -0000	1.3
@@ -2,13 +2,13 @@
 
   export UCLDIR=/usr &&
   cd src &&
-  sedit "s/CC = gcc/CC = g++/" Makefile &&
-  sedit "s/__UCL_ENTRY/__UCL_CDECL/" conf.h &&
   make target=linux &&
   cd ../doc &&
   make &&
   prepare_install &&
   gzip -9 upx.1 && cp upx.1.gz /usr/share/man/man1 &&
+  mkdir -p $DOCUMENT_DIRECTORY/upx &&
+  cp upx.html upx.doc $DOCUMENT_DIRECTORY/upx &&
   cp ../src/upx /usr/bin
   
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list