head	1.3;
access;
symbols
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.08.18.18.33.58;	author markm;	state dead;
branches;
next	1.2;

1.2
date	2004.07.19.15.52.08;	author markm;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.14.15.10.02;	author markm;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to v 2.6.5.
@
text
@Index: makefile
===================================================================
RCS file: /cvsroot/gcl/gcl/makefile,v
retrieving revision 1.73.4.2.2.21
diff -u -d -b -B -r1.73.4.2.2.21 makefile
--- makefile	26 May 2004 02:22:25 -0000	1.73.4.2.2.21
+++ makefile	19 Jul 2004 13:19:18 -0000
@@@@ -165,10 +165,11 @@@@
 	mkdir -p $(DESTDIR)$(prefix)/lib 
 	mkdir -p $(DESTDIR)$(prefix)/bin
 	mkdir -p $(DESTDIR)$(INSTALL_LIB_DIR)
+	mkdir -p $(DESTDIR)$(prefix)/info
 	MINSTALL_LIB_DIR=`echo $(INSTALL_LIB_DIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
 	$(MAKE) install-command "INSTALL_LIB_DIR=$(INSTALL_LIB_DIR)" "prefix=$(prefix)" "DESTDIR=$(DESTDIR)" "BINDIR=$$MINSTALL_LIB_DIR/unixport"
 	rm -f $(DESTDIR)$(prefix)/bin/gcl.exe
-	tar cf - $(PORTDIR)/$(FLISP)$(EXE) info/*.info* $(LISP_LIB) \
+	tar cf - $(PORTDIR)/$(FLISP)$(EXE) $(LISP_LIB) \
 	$(TCL_EXES)  |  (cd $(DESTDIR)$(INSTALL_LIB_DIR) ;tar xf -)
 	if gcc --version | grep -i mingw >/dev/null 2>&1 ; then if grep -i oncrpc makedefs >/dev/null 2>&1 ; then cp /mingw/bin/oncrpc.dll $(DESTDIR)$(INSTALL_LIB_DIR)/$(PORTDIR); fi ; fi
 	cd $(DESTDIR)$(INSTALL_LIB_DIR)/$(PORTDIR) && \
@


1.2
log
@Upgrade to GCL 2.6.3.
@
text
@@


1.1
log
@Rescue a hosed port from death row. GCL is now healthy enough to
compile and run Maxima (see math/). Make portlint-clean as well.
Claim maintainership in case it breaks again.
@
text
@d1 8
a8 3
--- makefile.orig	Sun Sep 14 13:48:53 2003
+++ makefile	Sun Sep 14 13:50:15 2003
@@@@ -162,10 +162,11 @@@@
d19 2
a20 2
 	if [ -e "unixport/rsym$(EXE)" ] ; then cp unixport/rsym$(EXE) $(DESTDIR)$(INSTALL_LIB_DIR)/unixport/ ; fi
 #	ln $(SYMB) $(INSTALL_LIB_DIR)/$(PORTDIR)/$(FLISP)$(EXE) \
@

