Sourcenav for debian

Eray 'exa' Ozkural erayo@cs.bilkent.edu.tr
Sun Oct 8 09:37:00 GMT 2000


Hi,

I'm building a debian package for sourcenav. I've managed to
configure and compile sourcenav for debian, making small changes
where necessary but the "make install" seems to get stuck in a
loop:

The source is configured and built in a parallel directory.
Then,

cd $(builddir)/snavigator; \
$(MAKE) install prefix=$(installdir) DESTDIR=$(debdir)/tmp \
mandir=$(installdir)/share/man \
infodir=$(installdir)/share/info \
SN_SDK_EXEC_PREFIX=$(installdir)

where

srcdir=$(shell pwd)
debdir=$(srcdir)/debian
builddir=$(debdir)/build
installdir=$(debdir)/tmp/usr

The install-recursive target in snavigator/Makefile.in seems to
cause the infinite loop.

What do you think?

Thanks,

__
Eray


More information about the Sourcenav mailing list