summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-14 14:24:45 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-14 14:24:45 +0000
commit7e316f5d4cd7b221b12fe2960bb23a4c2e8217f5 (patch)
tree2ff7c088508fb4046c1474c971be7ff044353363
parent26f739e80b5b0f5b9ce1b89e29e4121faceccc3d (diff)
downloadgrep-baserock/bootstrap-pass1.tar.gz
grep.morph: use autotools with overridebaserock/bootstrap-pass1
disable-perl-regexp is needed as pcre is available on the host system but will not be available on /tools
-rw-r--r--grep.morph9
1 files changed, 2 insertions, 7 deletions
diff --git a/grep.morph b/grep.morph
index e8ee6329..fa7c0699 100644
--- a/grep.morph
+++ b/grep.morph
@@ -1,13 +1,8 @@
{
"name": "grep",
"kind": "chunk",
+ "build-system": "autotools",
"configure-commands": [
- "./configure --prefix=/usr"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
+ "./configure --prefix=\"$PREFIX\" --disable-perl-regexp"
]
}