make: make install target behave as expected
authorJohn Koleszar <jkoleszar@google.com>
Mon, 24 May 2010 14:16:44 +0000 (10:16 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 25 May 2010 00:21:44 +0000 (20:21 -0400)
commitee8bcb1a7dcecc4dd393129237f234cbb619bab4
tree028eb0991fcf0b46d2bd70b5aaf1281a2cc9836d
parent6be1d9337e17d4cdbd96daac1e2a13c7f0ffbb35
make: make install target behave as expected

Split the 'make install' target into two: install and dist. dist
retains the old make install behavior of building a "distribution"
release, with source files, build system, etc. install does what
one one expects -- installs into a tree in the filesystem, /usr/local
by default.

Change-Id: I0805681ac10f853ef94cdc3aa70981c6bea81b45
build/make/Makefile
configure
docs.mk
examples.mk