summaryrefslogtreecommitdiff
path: root/setup/Linux/make.local
diff options
context:
space:
mode:
Diffstat (limited to 'setup/Linux/make.local')
-rw-r--r--setup/Linux/make.local21
1 files changed, 21 insertions, 0 deletions
diff --git a/setup/Linux/make.local b/setup/Linux/make.local
new file mode 100644
index 0000000..ad9ac7f
--- /dev/null
+++ b/setup/Linux/make.local
@@ -0,0 +1,21 @@
+build: kernel/framework/include/buildid.h all
+ sh build.sh
+
+copy: build
+ #rm -f ${OSSLIBDIR}/modules/*.o
+ (cd prototype; find -L . -type d | xargs -i{} mkdir -p ${DESTDIR}/{})
+ (cd prototype; find -L . -type f | xargs -i{} cp {} ${DESTDIR}/{})
+
+package: build
+ sh setup/Linux/mkpkg.sh
+
+tarball: build
+ sh setup/Linux/mktarball.sh
+
+deb: build
+ sh setup/Linux/mkdeb.sh
+
+install: copy
+ cd ${OSSLIBDIR}/build && sh install.sh
+ sync
+ soundoff && sync && soundon && echo "OSS has started OK"