Hi! > > --- a/include/mk/env_pre.mk > > +++ b/include/mk/env_pre.mk > > @@ -74,6 +74,8 @@ else > > abs_top_builddir := $(abspath $(top_builddir)) > > endif > > > > +$(warning abs dirs: $(abs_top_srcdir) $(abs_top_builddir)) > > + > > # Where's the root object directory? > > builddir := . > > > > Regards, > > Jan > > I'm using gmake 3.8 > > I got this new line from gmake after the patch: > /tmp/ltp-full-20130109/include/mk/env_pre.mk:77: abs dirs: -n > /tmp/ltp-full-20130109 -n /tmp/ltp-full-20130109 > > The appended "-n" looks kind of suspicious?
Looks like the -n gets there from scripts/abspath.sh that is used from include/mk/functions.mk in MAKE_3_80_abspath which is used to emulate abspath which is implemented in newer GNU make. If I'm right fixing the script to call echo that supports -n or getting GNU make that supports abspath should help. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
