[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: Build failure, git repo.
Make failure:
$ make
...
Making all in scheme
make[3]: Entering directory `/home/karl/Net/git/gaf/gnetlist/scheme'
if test "." != "" ; then \
echo "copying scheme files" ; \
cp -f ./*.scm ; \
else \
echo "source directory = build directory" ; \
fi
copying scheme files
cp: target `./gnetlist.scm' is not a directory
make[3]: *** [all-local] Error 1
make[3]: Leaving directory `/home/karl/Net/git/gaf/gnetlist/scheme'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/karl/Net/git/gaf/gnetlist'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/karl/Net/git/gaf'
make: *** [all] Error 2
$
===
$ cat gnetlist/scheme/Makefile
...
all-local:
if test "$(srcdir)" != "$(builddir)" ; then \
echo "copying scheme files" ; \
cp -f $(srcdir)/*.scm $(builddir) ; \
else \
echo "source directory = build directory" ; \
fi
...
$
Since "builddir" is not defined anywhere in the Makefile, the above
fails.
What should the value of "builddir" be?
Regards,
/Karl
-----------------------------------------------------------------------
Karl Hammar Aspö Data karl@xxxxxxxxxxx
Lilla Aspö 148 Networks
S-742 94 Östhammar +46 173 140 57 Computers
Sweden +46 70 511 97 84 Consulting
-----------------------------------------------------------------------
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user