LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 1208 - examples get installed
Summary: examples get installed
Status: RESOLVED FIXED
Alias: None
Product: Build scripts
Classification: Unclassified
Component: Makefiles (show other bugs)
Version: trunk
Hardware: All All
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2007-02-17 20:53 PST by Chris Lattner
Modified: 2010-02-22 12:43 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lattner 2007-02-17 20:53:54 PST
'make install' shouldn't install the examples (e.g. fibonacci), it didn't used to, but it does now with recent 
makefile changes.

-Chris
Comment 1 Chris Lattner 2007-02-17 21:03:04 PST
projects is getting installed to.  This is particularly bad on macos, because it already has a program named 
'sample' (which does sampling-based profiling) which gets clobbered by projects/sample.

-Chris
Comment 2 Chris Lattner 2007-02-21 00:24:23 PST
Fixed by reverting r1.68 of llvm/Makefile:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070219/044830.html

-Chris