Send clisp-cvs mailing list submissions to
cli...@li...
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
cli...@li...
You can reach the person managing the list at
cli...@li...
When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."
CLISP CVS commits for today
Today's Topics:
1. clisp/src makemake.in,1.499,1.500 (Sam Steingold)
--__--__--
Message: 1
From: Sam Steingold <sd...@us...>
To: cli...@li...
Subject: clisp/src makemake.in,1.499,1.500
Date: Thu, 20 Jan 2005 22:19:06 +0000
Reply-To: cli...@li...
Update of /cvsroot/clisp/clisp/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16086/src
Modified Files:
makemake.in
Log Message:
restored URLs
Index: makemake.in
===================================================================
RCS file: /cvsroot/clisp/clisp/src/makemake.in,v
retrieving revision 1.499
retrieving revision 1.500
diff -u -d -r1.499 -r1.500
--- makemake.in 20 Jan 2005 15:58:08 -0000 1.499
+++ makemake.in 20 Jan 2005 22:19:02 -0000 1.500
@@ -1344,6 +1344,7 @@
# This is necessary for g++ to handle w32shell.c: The member lpVtbl is not
# defined by the w32api include files if
# defined(__cplusplus) && !defined(CINTERFACE)
+ # cf <http://article.gmane.org/gmane.comp.gnu.mingw.user/8213>
case "$CC" in *"g++"* ) XCFLAGS=$XCFLAGS' -DCINTERFACE'; ;; esac
fi
@@ -1397,6 +1398,7 @@
# IF platform has strict libc version checking
# THEN use static library distribution
# ELSE use BINARY_DISTRIB
+# cf <http://article.gmane.org/gmane.lisp.clisp.devel:10411>
if [ $CROSS = false ] ; then
case "$host_os" in
solaris*)
@@ -2272,7 +2274,7 @@
echotab '$(MV) cflags.h.new cflags.h'
else
echotab 'if cmp cflags.h.new cflags.h > /dev/null 2>&1; then ${RM} cflags.h.new; else ${MV} cflags.h.new cflags.h; fi'
-fi
+fi
echotab '$(TOUCH) cflags.h.stamp'
echol
--__--__--
_______________________________________________
clisp-cvs mailing list
cli...@li...
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
End of clisp-cvs Digest
|