summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorpixdamix <pixdamix@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-24 03:04:39 (EST)
committer pixdamix <pixdamix@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-24 03:04:39 (EST)
commitbf29bd974b428e00d7f614b082125f922c808486 (patch)
tree67e2863a1086e437ce72c8a3ca5e7e253f22acc4 /Makefile.am
parent3d2102ff6d5f71acf929a55d1fb139fa71b7a306 (diff)
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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@