summaryrefslogtreecommitdiff
path: root/strata/build-essential/linux-api-headers.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-26 14:49:40 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-26 14:49:40 +0100
commitd6ec6ad23ed18e8ac0fb628c01ada48cc3148224 (patch)
treee464236d09efdb84b6aebddd351289bea2ed3eaf /strata/build-essential/linux-api-headers.morph
parentf8eb5d55ef5edc933442f489ae806a5a70d2a0cc (diff)
parentaed28005d38d2c0f5e64eaaf455bdd419d2453b2 (diff)
downloaddefinitions-d6ec6ad23ed18e8ac0fb628c01ada48cc3148224.tar.gz
Merge branch 'baserock/sam/linux-api-headers-3.8'
Reviewed-By: Daniel Silverstone <daniel.silverstone@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk>
Diffstat (limited to 'strata/build-essential/linux-api-headers.morph')
-rw-r--r--strata/build-essential/linux-api-headers.morph1
1 files changed, 0 insertions, 1 deletions
diff --git a/strata/build-essential/linux-api-headers.morph b/strata/build-essential/linux-api-headers.morph
index d28b0905..e1ff2638 100644
--- a/strata/build-essential/linux-api-headers.morph
+++ b/strata/build-essential/linux-api-headers.morph
@@ -1,7 +1,6 @@
name: linux-api-headers
kind: chunk
install-commands:
-- make mrproper
- ARCH=$(./morph-arch) make INSTALL_HDR_PATH=dest headers_install
- install -d "$DESTDIR${PREFIX-/usr}/include"
- cp -r dest/include/* "$DESTDIR/${PREFIX-/usr}/include"