From 49cce16baa7ec26af089a50c9bcb6d2eebbcaf2a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 11 May 2017 16:25:55 +0300 Subject: Establish build2 project --- buildfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 buildfile (limited to 'buildfile') 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 -- cgit v1.1