summaryrefslogtreecommitdiff
path: root/strata/core/bison.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/bison.morph')
-rw-r--r--strata/core/bison.morph10
1 files changed, 0 insertions, 10 deletions
diff --git a/strata/core/bison.morph b/strata/core/bison.morph
deleted file mode 100644
index a9497d4e..00000000
--- a/strata/core/bison.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: bison
-kind: chunk
-configure-commands:
-- echo $(grep '* Noteworthy changes in release' NEWS | grep -v '?\\.?' | head -n1 | cut -d' ' -f6) > .tarball-version
-- bash bootstrap --skip-po
-- ./configure --prefix=/usr --disable-nls
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install