[nem-bug] [Nemerle 0000654]: Makefile, install target

feedback at nemerle.org feedback at nemerle.org
Mon Apr 10 10:40:16 CEST 2006


The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=654> 
======================================================================
Reported By:                towa
Assigned To:                malekith
======================================================================
Project:                    Nemerle
Issue ID:                   654
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             04-10-2006 10:13 CEST
Last Modified:              04-10-2006 10:40 CEST
======================================================================
Summary:                    Makefile, install target
Description: 
the order of the commands may cause problems

suggested solution: move the 

$(Q)install -d $(DESTDIR)$(PKGCONFIGDIR)

command to be executed first, e.g. apply this patch to the Makefile:

132a133
>       $(Q)install -d $(DESTDIR)$(PKGCONFIGDIR)
137d137
<       $(Q)install -d $(DESTDIR)$(PKGCONFIGDIR)

======================================================================

----------------------------------------------------------------------
 malekith - 04-10-06 10:40 
----------------------------------------------------------------------
Thank you! I applied your patch.

BTW, please use unified diff for patches.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-10-06 10:13 towa           New Issue                                    
04-10-06 10:40 malekith       Status                   new => resolved     
04-10-06 10:40 malekith       Resolution               open => fixed       
04-10-06 10:40 malekith       Assigned To               => malekith        
04-10-06 10:40 malekith       Note Added: 0001186                          
======================================================================




More information about the bugs mailing list