aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-11 16:25:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-11 17:05:35 +0300
commit49cce16baa7ec26af089a50c9bcb6d2eebbcaf2a (patch)
treeb3a4650c4861618cf1584a508993b503dd4b2143 /buildfile
parent1e85919e1c3af7424a4d5bc6aef6c97b8f55c957 (diff)
Establish build2 project
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/buildfile b/buildfile
new file mode 100644
index 0000000..40aef6a
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,18 @@
+# file : buildfile
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : TBC; see accompanying LICENSE file
+
+define sh: file
+sh{*}: extension =
+
+./: sh{bootstrap buildos genmacaddr init qemu-ifup} \
+ doc/ doc{INSTALL LICENSE NEWS README version} \
+ file{buildos.service manifest}
+
+doc{version}: file{manifest} # Generated by the version module.
+doc{version}: dist = true
+
+# Don't install INSTALL file. Scripts and buildos.service are installed by the
+# bootstrap script.
+#
+doc{INSTALL}@./: install = false