This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: make distclean fails if libm_machine_dir is empty
- From: Patrick Mansfield <patmans at us dot ibm dot com>
- To: newlib at sources dot redhat dot com
- Date: Wed, 10 Jan 2007 09:47:22 -0800
- Subject: Re: make distclean fails if libm_machine_dir is empty
- References: <20070110173603.GA16540@us.ibm.com>
On Wed, Jan 10, 2007 at 09:36:03AM -0800, Patrick Mansfield wrote:
> Hi -
>
> Running with current cvs, distclean" fails if libm_machine_dir is not set
That should have read:
Running with current cvs, "make distclean" fails ...
> (really when it is an empty string).
>
> Failure output is:
>
> Making distclean in machine
> /bin/sh: line 0: cd: machine: No such file or directory
>
> See newlib/libm/Makefile.am and newlib/libm/Makefile.in, and look for
> "machines".
>
> What sets HAVE_LIBM_MACHINE_DIR?
>
> Any fixes?
>
> -- Patrick Mansfield