[LLVMdev] LLVM CFE bootstrap problem at FreeBSD afterlast$(Install) changes in Makefile.rules

Vladimir Merzliakov wanderer at rsu.ru
Thu Feb 17 15:31:53 PST 2005


> right, but that will lead to directory creation problems on some systems
> with a fresh install.
May be instead
            $(Install) -D -m 0644 $(PROJ_OBJ_DIR)/$${file} $(PROJ_etcdir)
use

            $(Install) -d $(PROJ_etcdir); $(Install) -m 0644 
$(PROJ_OBJ_DIR)/$${file} $(PROJ_etcdir)

as more compatible?

Vladimir





More information about the llvm-dev mailing list