|
From: | Tom Culliton |
Subject: | [bug #21939] Definition of mkdir_p in Makefiles is bad when using install-sh |
Date: | Thu, 03 Jan 2008 15:52:20 +0000 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070718 Fedora/2.0.0.5-1.fc7 Firefox/2.0.0.5 pango-text |
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/
[Prev in Thread] | Current Thread | [Next in Thread] |