[Home]

Summary:ASTERISK-04466: [patch] make install calls mkdir -p $(DESTDIR)$(ASTSBINDIR) twice
Reporter:Paul Belanger (pabelanger)Labels:
Date Opened:2005-06-23 09:31:20Date Closed:2008-01-15 15:39:16.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) Makefile-patch
Description:A pretty trivial bug, but a bug non the less.  mkdir -p $(DESTDIR)$(ASTSBINDIR) is called twice.

****** ADDITIONAL INFORMATION ******

Patch attached;  Selected Disclaimer N/A as the lasttime I patched Makefile, was not needed.  Let me know if things have changed.
Comments:By: Clod Patry (junky) 2005-06-23 11:53:46

+1 for me.

By: Kevin P. Fleming (kpfleming) 2005-06-23 13:32:13

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:39:16.000-0600

Repository: asterisk
Revision: 5984

U   trunk/Makefile

------------------------------------------------------------------------
r5984 | kpfleming | 2008-01-15 15:39:15 -0600 (Tue, 15 Jan 2008) | 2 lines

don't repeat a command during 'make install' (bug ASTERISK-4466)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5984