diff options
author | Andrew Fleckenstein <andrew.fleckenstein@gmail.com> | 2014-03-26 20:51:44 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-30 16:46:52 (EDT) |
commit | 6c2e8671fd305868075ec75863cb374589512a64 (patch) | |
tree | 0388e60f0cb901abd287e37b6f3cd0a614afcced /build | |
parent | 716e84e75c9b5e190077521c05924a327c8449ca (diff) |
Import changes by Andrew Fleckenstein
dbus-1.8.0.orig.tar.gz is excluded.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -13,3 +13,15 @@ dbus.buildstamp: oh-gencontrol $(PKGS) oh-buildopk $(PKGS) touch dbus.buildstamp + +nop: + @: + +build: + oh-autoconfigure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-installfiles |