Hello,

I'm already sorry for the following luser question, but I was not able
to find it out myself.  I have succeeded in compiling the cmucl-3.0.9
sources, but I'm wondering how to install the generated files.

Especially, I do not understand how the "make install" part of the
Makefile is supposed to work, that is in which directory the files are
installed.  For, example what is expected to be in DESTDIR for the
following?

install:
        echo installing
        install -g root -o root -m 0644 own-work/linitian-override  \
                $(DESTDIR)cmucl-source/usr/share/lintian/overrides/cmucl-source
        install -g root -o root -m 0755 x86/motif/server/motifd \
                $(DESTDIR)cmucl-clm/usr/lib/cmucl/
        install -g root -o root -m 0644 x86/interface/clm-library.x86f \
                $(DESTDIR)cmucl-clm/usr/lib/cmucl/subsystems/clm-library.x86f 
        install -g root -o root -m 0644 own-work/config.lisp \
                $(DESTDIR)tmp/usr/lib/cmucl/
...


Thank you very much for any input,

Nicolas.

Reply via email to