summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-25 22:56:36 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-25 22:56:36 (EDT)
commit1825641c1f06a5104c66d4339912951134ab5dda (patch)
tree7df1dedaa8247b3833b75297322260c0b1d49858
parentc2ee4b22b5f0aea0cd1f22b81ef2dfdb3a10a168 (diff)
build: Add "build" and "install" targets
-rwxr-xr-xbuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/build b/build
index 2a40656..e8dbf05 100755
--- a/build
+++ b/build
@@ -4,3 +4,18 @@ include ../source.mk
nop:
@:
+
+build:
+ oh-autoconfigure
+ oh-autobuild
+ touch $@
+
+install: build
+ oh-autoinstall
+ rm -Rf dest/usr/share/consolefonts
+ rm -Rf dest/usr/lib/kbd/consolefonts
+ rm -Rf dest/usr/lib/X11/fonts/misc
+ rm -Rf dest/usr/X11R6/lib/X11/fonts/misc
+ oh-fixperms
+ oh-strip
+ oh-installfiles