summaryrefslogtreecommitdiff
path: root/tools/binstall/Makefile
blob: aea65eabc5e808b5d2a4fc1828afa3d6238ac682 (plain)
1
2
3
4
5
6
7
8
#	$NetBSD: Makefile,v 1.3 2001/11/14 22:13:39 tv Exp $

HOSTPROGNAME=	nbinstall
HOST_SRCDIR=	usr.bin/xinstall

.include "${.CURDIR}/../Makefile.host"

INSTALL=	./xinstall
435bade66'>Update build system glue for LLVM 3.6RC1. Notable changes:joerg 2014-08-10Update build glue for LLVM/Clang 3.6svn r215315. Changes include variousjoerg 2014-05-30Update build system for LLVM/Clang snapshot r209886. This brings in thejoerg 2014-02-14Update LLVm/Clang to 3.5svn r201163. This brings improvements to thejoerg 2014-01-05Update LLVM family to 3.5svn r198450. Interesting changes include:joerg 2013-09-02Update LLVM/Clang snapshot to r189662. This includes many improvementsjoerg 2013-04-25Update LLVM/Clang snapshot to r180004. This brings in the last pieces ofjoerg 2011-11-18Update LLVM/Clang snapshot to r144933. Besides the usual bugfixes andjoerg 2011-06-01Update LLVM/Clang to r132395. This brings the usual set of improvementsjoerg 2011-05-16Update to LLVM/Clang revision 131404. This includes the fix for asm labelsjoerg 2011-05-12Update LLVM and Clang snapshotjoerg 2011-03-18Update LLVM snapshot. This allows deriving the target from the binaryjoerg 2011-02-06Add LLVM and clang build system. It is enabled by MKLLVM=yes.joerg