summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDavid T. Stanford <dstanford@daemonbox.net>2012-11-21 12:21:55 (EST)
committer David T. Stanford <dstanford@daemonbox.net>2012-11-21 12:21:55 (EST)
commit8da51e4f51149502cceff86ca0b3017b57682c8a (patch)
tree1ea9ef3d7e76863ef38ac6b11fbaebb034dc49c5 /build
parent77f8bce4d5bc5422271a3a02f69cf4facf107069 (diff)
Added 'nop' target to build file.
Updated substvars. Renamed <binpkg>.pkg directories to match source package name. Added gmake-doc.pkg binary package.
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/build b/build
index 7878f1a..f5baee6 100755
--- a/build
+++ b/build
@@ -1,5 +1,8 @@
#! /usr/bin/make -f
+nop:
+ @:
+
configure:
oh-autoconfigure
touch $@
@@ -12,6 +15,4 @@ install: build
oh-autoinstall
oh-fixperms
oh-strip
- rm -rf dest/usr/local/man
- rm -rf dest/usr/local/info
oh-installfiles