On Friday, August 4 2000 00:48:49, Harry Putnam wrote:
> make distclean is a washout here:
> 
> $ make distclean
> make: *** No rule to make target `distclean'.  Stop.
Seems it is a "reallyclean" and be sure to execute make in
the base dir and not in the lisp dir!

> This time the end of make errors out on a different file:
> 
> emacs -no-site-file -no-init-file -batch -q -l autoload \
> --eval '(setq generated-autoload-file "'`pwd`'/bbdb-autoloads.el")' \
>         --eval '(setq make-backup-files nil)' \
>         --eval '(setq autoload-package-name "bbdb")' \
>         --eval '(delete-file generated-autoload-file)' \
>         -f batch-update-autoloads `pwd`
> Autoloads file /usr/local/bbdb-2.2/lisp/bbdb-autoloads.el does not exist
> make[1]: *** [bbdb-autoloads.el] Error 255
> make[1]: Leaving directory `/usr/local/bbdb-2.2/lisp'
> make: *** [gnus] Error 2
That is a "build-problem" introduced by my.  Waider has
fixed it yesterday and you may simply remove the faulty line
>         --eval '(delete-file generated-autoload-file)' \
from the lisp/Makefile 

Bye Robert


_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to