summaryrefslogtreecommitdiff
path: root/setup/SCO_SV/make.local
diff options
context:
space:
mode:
Diffstat (limited to 'setup/SCO_SV/make.local')
-rw-r--r--setup/SCO_SV/make.local15
1 files changed, 15 insertions, 0 deletions
diff --git a/setup/SCO_SV/make.local b/setup/SCO_SV/make.local
new file mode 100644
index 0000000..eedb911
--- /dev/null
+++ b/setup/SCO_SV/make.local
@@ -0,0 +1,15 @@
+build: kernel/framework/include/buildid.h all
+ sh build.sh
+
+copy: build
+ cp -R prototype/* /
+
+package: build
+ sh setup/SCO_SV/mkpkg.sh
+
+tarball: build
+ sh setup/SCO_SV/mktarball.sh
+
+install: copy
+ cd ${OSSLIBDIR}/build && sh install.sh
+ sync && soundoff && sync && soundon && echo "OSS has started OK"