|
From: <cli...@li...> - 2010-10-12 12:06:06
|
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 ChangeLog,1.7550,1.7551 makemake.in,1.955,1.956 (Sam Steingold) ---------------------------------------------------------------------- Message: 1 Date: Mon, 11 Oct 2010 18:37:40 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/src ChangeLog,1.7550,1.7551 makemake.in,1.955,1.956 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29687/src Modified Files: ChangeLog makemake.in Log Message: * src/makemake.in: make charstrg.o depend on $(GLLIB_A) instead of gllib because the latter is _always_ rebuilt Index: makemake.in =================================================================== RCS file: /cvsroot/clisp/clisp/src/makemake.in,v retrieving revision 1.955 retrieving revision 1.956 diff -u -d -r1.955 -r1.956 --- makemake.in 7 Oct 2010 17:32:29 -0000 1.955 +++ makemake.in 11 Oct 2010 18:37:38 -0000 1.956 @@ -2502,7 +2502,7 @@ test $f = spvw -o $f = hashtabl && depends=$depends' aridecl' if [ $f = charstrg -a "${with_unicode}" != no ] ; then depends=$depends${UNICODE_INCLUDES} - dependsc=${dependsc}${UNICODE_EXTRA}' gllib' + dependsc=${dependsc}${UNICODE_EXTRA}' '${GLLIB_A} fi test $f = encoding && depends=$depends''$NLS_INCLUDES test $f = error && depends=$depends' '$ERROR_INCLUDES Index: ChangeLog =================================================================== RCS file: /cvsroot/clisp/clisp/src/ChangeLog,v retrieving revision 1.7550 retrieving revision 1.7551 diff -u -d -r1.7550 -r1.7551 --- ChangeLog 8 Oct 2010 19:33:28 -0000 1.7550 +++ ChangeLog 11 Oct 2010 18:37:38 -0000 1.7551 @@ -1,3 +1,8 @@ +2010-10-11 Sam Steingold <sd...@gn...> + + * makemake.in: make charstrg.o depend on $(GLLIB_A) instead of + gllib because the latter is _always_ rebuilt + 2010-10-08 Sam Steingold <sd...@gn...> * genclisph.d (check_typecodes): run in the generated ------------------------------ ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 54, Issue 7 **************************************** |