[LLVMbugs] [Bug 528] "make install" is broken on Mac OS X and/or SuSE 9.1

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Feb 24 12:44:08 PST 2005


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=528

saem-ghani at shaw.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |saem-ghani at shaw.ca
             Status|RESOLVED                    |REOPENED
         OS/Version|MacOS X                     |Linux
           Platform|Macintosh                   |All
         Resolution|FIXED                       |
            Summary|"make install" is broken on |"make install" is broken on
                   |Mac OS X                    |Mac OS X and/or SuSE 9.1



------- Additional Comments From saem-ghani at shaw.ca  2005-02-24 14:44 -------
The install uses a -C option, which isn't a valid option it seems, here is the  
snippet from the makefile 
   
install-html: $(PROJ_OBJ_DIR)/html.tar.gz   
        $(Echo) Installing HTML documentation   
        $(Verb) $(INSTALL) -d $(PROJ_docsdir)/html   
        $(Verb) $(INSTALL) -d $(PROJ_docsdir)/html/img   
        $(Verb) $(INSTALL) -C $(HTML) $(PROJ_docsdir)/html   
        $(Verb) $(INSTALL) -C $(IMAGES) $(PROJ_docsdir)/html/img   
        $(Verb) $(INSTALL) -C $(PROJ_OBJ_DIR)/html.tar.gz $(PROJ_docsdir) 



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list