Ticket Change Details
Not logged in
Overview

Artifact ID: bc7cb05eaab8842d2cce4ff52651107312d53f0a
Ticket: 6e23fe110139615d5a6966506e5c4fd8129e1a62
"make install" dosn't create the target directory
User & Date: rmax 2012-08-08 12:28:46
Changes

  1. comment changed to:
    <verbatim>
    --- src/main.mk
    +++ src/main.mk
    @@ -269,6 +269,7 @@
     all:   $(OBJDIR) $(APPNAME)
     
     install:       $(APPNAME)
    +       mkdir -p $(INSTALLDIR)
            mv $(APPNAME) $(INSTALLDIR)
     
     $(OBJDIR):
    </verbatim>
    
  2. foundin changed to: "1.23"
  3. private_contact changed to: "657fecc17bdc2306d28088355d2cfe0485c38cab"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to: ""make install" dosn't create the target directory"
  7. type changed to: "Code_Defect"