diff options
author | P. J. McDermott <pjm@nac.net> | 2013-08-04 14:27:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-08-04 14:27:29 (EDT) |
commit | f578a28996e66d9b0460aed465f611d560579095 (patch) | |
tree | 84d37224d2a4aa14f42b0dbe30c8572190bb377c /build |
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + @: + +configure: + oh-autoconfigure + touch $@ + +build: configure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + # Remove GNU Info index. + rm -f dest/usr/share/info/dir + oh-fixperms + oh-strip -k + oh-installfiles |