This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
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:36:03 -0800
- Subject: make distclean fails if libm_machine_dir is empty
Hi -
Running with current cvs, distclean" fails if libm_machine_dir is not set
(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