From c18e393cad3d77da92a41e5a308769bb66ca7dd0 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Wed, 17 Jun 2009 21:08:21 +0000 Subject: [PATCH] There is no external-formats library. Don't try to build it and don't try to add it to the distribution. --- tools/make-main-dist.sh | 2 +- tools/pclcom.lisp | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/tools/make-main-dist.sh b/tools/make-main-dist.sh index d7617a1ae..c11567fe9 100755 --- a/tools/make-main-dist.sh +++ b/tools/make-main-dist.sh @@ -108,7 +108,7 @@ install ${GROUP} ${OWNER} -m 0644 $TARGET/lisp/lisp.nm $TARGET/lisp/lisp.map \ $TARGET/lisp/internals.h $TARGET/lisp/internals.inc $DESTDIR/lib/cmucl/ install ${GROUP} ${OWNER} -m 0755 src/tools/sample-wrapper $DESTDIR/lib/cmucl/ -for f in gray-streams gray-compat simple-streams iodefs external-formats +for f in gray-streams gray-compat simple-streams iodefs do install ${GROUP} ${OWNER} -m 0644 $TARGET/pcl/$f-library.$FASL $DESTDIR/lib/cmucl/lib/subsystems/ if [ "$FASL" = "x86f" ]; then diff --git a/tools/pclcom.lisp b/tools/pclcom.lisp index b414e95b3..c3afb4fce 100644 --- a/tools/pclcom.lisp +++ b/tools/pclcom.lisp @@ -3,7 +3,7 @@ ;;; ********************************************************************** ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/pclcom.lisp,v 1.33 2007/10/25 15:17:07 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/pclcom.lisp,v 1.34 2009/06/17 21:08:21 rtoy Rel $") ;;; ;;; ********************************************************************** ;;; @@ -132,9 +132,6 @@ "pcl:simple-streams/iodefs" "pcl:simple-streams/gray-compat") -(cat-if-anything-changed - "pcl:external-formats-library") - (cat-if-anything-changed "pcl:iodefs-library" "pcl:simple-streams/iodefs") -- GitLab