From bbca6ef87327e7c83b6b9763061c774aa9fdfcf8 Mon Sep 17 00:00:00 2001 From: Taylor Hutt Date: Thu, 23 Feb 2012 09:33:34 -0800 Subject: ADHD: Incorporate 'cras' to build process Details Modify the ADHD build process to build & install cras. The ADHD ebuild is having two separate changes applied: o include prerequisite of 'speex' o install being rewritten to use ADHD build 'install' target This change does the following: - Makefile Added rules to call to the 'cras' build & install. Also added a little verbosity to the installation of system files. o cras/Makefile.am, cras/configure.ac, cras/git_prepare.sh Added copyright header. o cras/cras.mk A small Makefile called by the master Makefile. This file has two targets: 'cras' and 'cras_install'; the former builds cras, while the later installs into DESTDIR. BUG=chromium-os:19558 TEST=See above. Change-Id: I65c50bf87e2130774196a6e0b2ad2a58dfada707 Signed-off-by: Taylor Hutt --- defs/make.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'defs') diff --git a/defs/make.mk b/defs/make.mk index 9d87fa75..68369d84 100644 --- a/defs/make.mk +++ b/defs/make.mk @@ -29,10 +29,10 @@ mkdir = [ ! -d $(1) ] && \ # then build the first argument by recursively invoking make. # The recursive make is performed in the build directory. # -# $(call remake,