URL:
<http://savannah.gnu.org/bugs/?21939>
Summary: Definition of mkdir_p in Makefiles is bad when
using install-sh
Project: grep
Submitted by: tomculliton
Submitted on: Thursday 01/03/2008 at 15:52
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
The generated makefiles end up with some variation of the following
definition:
mkdir_p = $(top_builddir)/./install-sh -c -d
The big problem with this is that top_builddir is defined after mkdir_p (the
variable definitions are apparently dumped in alphabetical order). This
causes "make install" to fail.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?21939>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/