From bf29bd974b428e00d7f614b082125f922c808486 Mon Sep 17 00:00:00 2001 From: pixdamix Date: Tue, 24 Nov 2009 03:04:39 -0500 Subject: shave: making the autotools output sane Use shave (http://git.lespiau.name/cgit/shave) to make compilation more human friendly. Shave is enabled by default, Use --disable-shave to see the actual compiler and linker commands being executed. git-svn-id: http://opkg.googlecode.com/svn/trunk@364 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b1980bf..7e3d0ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,8 @@ +ACLOCAL_AMFLAGS = -I shave + SUBDIRS = libbb libopkg src tests utils + HOST_CPU=@host_cpu@ BUILD_CPU=@build_cpu@ OPKGLIBDIR=@opkglibdir@ -- cgit v0.9.1