Liviu Nicoara wrote:
[...]
When invoked from TOPDIR, e.g.:

$ pwd

/build/nicoara/dev/stdlib

$ make BUILDDIR=/build/nicoara/11s-stdlib-gnu BUILDTYPE=11s
CONFIG=gcc.config lib

I see. I'm not sure whether this ever worked or that it was intended
to. The current behavior, when no target is specified, is to create
BUILDDIR and try to build everything. I suppose specifying a target
would let us build just the specified target (and its dependencies),
which would be useful. Would you mind opening an issue in Jira for
this? See STDCXX-18 or STDCXX-80 for examples of similar issues and
what to put in them:
    http://issues.apache.org/jira/browse/STDCXX-18
    http://issues.apache.org/jira/browse/STDCXX-80

In addition to copying the text of the email to the issue it's good
to cross-reference the discussion on the list. Here's a link to your
post in the archives:
http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200512.mbox/[EMAIL
 PROTECTED]

Thanks
Martin


it yields:

$ gmake BUILDTYPE=11s BUILDDIR=/build/nicoara/11s-stdlib-gnu
CONFIG=gcc.config lib

creating BUILDDIR=/build/nicoara/11s-stdlib-gnu
generating /build/nicoara/11s-stdlib-gnu/makefile.in from
/build/nicoara/dev/stdlib/etc/config/gcc.config
gmake[1]: Entering directory `/build/nicoara/11s-stdlib-gnu'
gmake[2]: Entering directory `/build/nicoara/11s-stdlib-gnu/lib'
generating dependencies for $(TOPDIR)/src/atomic.S
generating dependencies for $(TOPDIR)/src/atomic-cxx.S
generating dependencies for $(TOPDIR)/src/wctype.cpp
In file included from /build/nicoara/dev/stdlib/include/rw/_defs.h:40,
                 from /build/nicoara/dev/stdlib/src/wctype.cpp:36:
/build/nicoara/dev/stdlib/include/rw/_config.h:41:22: config.h: No such
file or directory
generating dependencies for $(TOPDIR)/src/wcodecvt.cpp
........................

Liviu

Reply via email to