[llvm-commits] [PATCH] Tweak build system to allow for installing the tutorial and uninstall the docs.

Erick Tryzelaar idadesub at users.sourceforge.net
Thu Mar 27 01:20:32 PDT 2008


I noticed that the tutorial wasn't getting installed and the docs weren't
getting uninstalled with "make uninstall", so I hacked something together.
Since I'm still not too familiar with how everything works, I didn't want
to commit it just yet.

Oh and I noticed that on my machine there are a couple other file that
don't get uninstalled:

/tmp/llvm/bin/.dir
/tmp/llvm/bin/gccas
/tmp/llvm/bin/gccld
/tmp/llvm/bin/llvm-config
/tmp/llvm/etc/llvm/.dir
/tmp/llvm/etc/llvm/c++
/tmp/llvm/etc/llvm/cxx
/tmp/llvm/lib/.dir
/tmp/llvm/lib/LLVMHello.0.0.0.dylib
/tmp/llvm/lib/LLVMHello.0.dylib
/tmp/llvm/lib/LLVMHello.a
/tmp/llvm/lib/LLVMHello.dylib
/tmp/llvm/lib/LLVMHello.la

I'll try to fix this tomorrow if no one else gets to it first.
---
 docs/CommandGuide/Makefile |    4 ++--
 docs/Makefile              |    6 +++++-
 docs/tutorial/Makefile     |   28 ++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 3 deletions(-)
 create mode 100644 docs/tutorial/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fd0e8b73cf402e77a35a7173efeb0fbc144e4e5e.diff
Type: text/x-patch
Size: 2223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080327/51979a61/attachment.bin>


More information about the llvm-commits mailing list