[LLVMbugs] [Bug 1601] New: etags not configured correctly

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Aug 7 15:21:39 PDT 2007


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

           Summary: etags not configured correctly
           Product: Build scripts
           Version: cvs
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: pawlowski at stanford.edu
                CC: llvmbugs at cs.uiuc.edu


At some point between RELEASE_16 and RELEASE_19, the configure script stopped
looking for the path to etags (and putting it into the ETAGS variable). Yet,
the TAGS target in Makefile.rules remained. Ideally, the search for ETAGS would
be put back into configure, but if not, all that TAGS cruft should probably get
cleaned out (so that adding a local TAGS target to an LLVM Makefile doesn't
result into redundant target warnings).


-- 
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