buggrep - Bugs: bug #21939, Definition of mkdir_p in Makefiles...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #21939: Definition of mkdir_p in Makefiles is bad when using install-sh

Submitter:  Tom Culliton <tomculliton>
Submitted:  Thu 03 Jan 2008 03:52:19 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Fri 04 Dec 2009 12:56:41 PM UTC, comment #2: 

Thank you for the bug report. This bug has been fixed in the
development sources, which can be downloaded using git from
git://git.sv.gnu.org/grep.git

Paolo Bonzini <bonzini>
Wed 11 Jun 2008 09:49:55 AM UTC, comment #1: 

Here is the MacPorts project's bug report on this issue.

http://trac.macports.org/ticket/13343

As Tom said, "make install" fails with grep 2.5.3. It worked with 2.5.1a.

Ryan Carsten Schmidt <ryandesign>
Thu 03 Jan 2008 03:52:19 PM UTC, original submission:  

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.


Tom Culliton <tomculliton>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bonzini (Posted a comment)
  • -email is unavailable- added by ryandesign (Posted a comment)
  • -email is unavailable- added by tomculliton (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-12-04 bonzini Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code