diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-27 19:03:51 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-27 19:03:51 (EDT) |
commit | 805d68d3d6aac85fef3a2f832c0e9b48479ea7f1 (patch) | |
tree | fa84a3a0020b5b3169489442951a628052a2aa59 | |
parent | 5989015be3e79f49a8796116664b5d8f804a912b (diff) |
Use new oh-* utilities in build.
-rwxr-xr-x | build | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -1,14 +1,11 @@ #! /usr/bin/make -f build: - cd src && \ - ./configure --prefix=/usr && \ - make && \ - cd .. + oh-autoconfigure + oh-autobuild install: - cd src && \ - make DESTDIR=$$(pwd)/../dest install && \ - cd .. - #oh-strip -g + oh-autoinstall + oh-fixperms + oh-strip oh-installfiles |