diff options
author | P. 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) |
commit | 1825641c1f06a5104c66d4339912951134ab5dda (patch) | |
tree | 7df1dedaa8247b3833b75297322260c0b1d49858 | |
parent | c2ee4b22b5f0aea0cd1f22b81ef2dfdb3a10a168 (diff) |
build: Add "build" and "install" targets
-rwxr-xr-x | build | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |