On Wed, Jul 29, 2015 at 8:58 AM, Michael Matz <matz....@frakked.de> wrote:
> make: *** No targets specified and no makefile found.  Stop.
>
> Sigh.  Also make -C src is broken, the documentation in particular:
>
> $ make -C src
> ...
> ./texi2pod.pl ../docs/tcc-doc.texi tcc.pod
> make: ./texi2pod.pl: Command not found
> make: [tcc.1] Error 127 (ignored)
> pod2man --section=1 --center="Tiny C Compiler" --release=`cat ./../VERSION` 
> tcc.pod > tcc.1
> Can't open tcc.pod: No such file or directory at /usr/bin/pod2man line 60.
> make: [tcc.1] Error 2 (ignored)
>
> This is because you've moved texi2pod.pl from ./ into ./docs/ but haven't
> changed the makefile.  Please fix.

Ah, oops. Looks like make didn't fail on the docs command as I expected it to.

-gus

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to