Ticket Change Details
Not logged in
Overview

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

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