Sorry for creating new threads. As I use the web archive, I'm not a
subscriber (should be...).
Joao Luis Meloni Assirati <[EMAIL PROTECTED]> writes:
| Hi,
>
| The top Makefile in latest CVS produces a void
| lyx-1.2.0cvs-bin.tar.gz with make bindist. That is because the tar
command
| is defined as $(TAR), and called as $(AMTAR) in the rules for bindist.
>
| You can see a 'cf: command not file' at the end when making bindist when
| the makefile arrives at '$(AMTAR) cf - .'.
> Can it be your version of automake? (I use 1.5)
$ automake --version
automake (GNU automake) 1.4-p4
> is AMTAR or TAR used in the dist taget?
My dist target uses TAR:
dist: distdir
-chmod -R a+r $(distdir)
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
[...]
which is used in the whole Makefile, unles in
bindist target:
bindist:
[...]
(cd $(bindistdir)$(prefix) ; $(AMTAR) cf - . ) | \
GZIP=$(GZIP_ENV) gzip > $(bindistfile)
[...]
Thanks,
Joćo Luis.
P.S Please, CC to [EMAIL PROTECTED]