Skip to content
Snippets Groups Projects
Commit c18e393c authored by rtoy's avatar rtoy
Browse files

There is no external-formats library. Don't try to build it and don't

try to add it to the distribution.
parent c702e486
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment