[LLVMbugs] [Bug 12597] New: Don't use chown

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 19 15:22:18 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=12597

             Bug #: 12597
           Summary: Don't use chown
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: marc.glisse at normalesup.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Hello,

libcxx/Makefile contains:
        chown -R root:wheel $(HEADER_DIR)/c++

This makes a regular make install run by a regular user fail. Please remove it
(or at least check that the user is root before doing it), this doesn't belong
there.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list