On Wed, Jun 10, 2015 at 8:44 AM, Khem Raj <[email protected]> wrote: > On Tue, Jun 9, 2015 at 5:39 PM, Andre McCurdy <[email protected]> wrote: >> +-echo "configure: copying \"autoconfig.h\" to >> \"build/inc/autoconfig.h\"" >> +-cp autoconfig.h build/inc/autoconfig.h >> +-echo "configure: copying \"upnp/inc/upnpconfig.h\" to >> \"build/inc/upnpconfig.h\"" >> +-cp upnp/inc/upnpconfig.h build/inc/upnpconfig.h >> ++echo "configure: copying \"autoconfig.h\" to >> \"\$srcdir/build/inc/autoconfig.h\"" >> ++cp autoconfig.h $srcdir/build/inc/autoconfig.h >> ++echo "configure: copying \"upnp/inc/upnpconfig.h\" to >> \"\$srcdir/build/inc/upnpconfig.h\"" > > shouldnt this be relative to builddir or top_builddir ? > --
These are copies of the config headers which are only used by the MSVC projects in $srcdir/build. I don't think the MSVC build would find them if they were put anywhere else. > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
