summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-02-09 11:17:38 (EST)
committer P. J. McDermott <pjm@nac.net>2012-02-09 11:17:38 (EST)
commite14cf91512431e7eca9f0faaeffc3609d5e8a88c (patch)
tree71d6a2913009dbcae336082435a1d7490046b876 /build
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-xbuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..4d0cb7d
--- /dev/null
+++ b/build
@@ -0,0 +1,13 @@
+#! /usr/bin/make -f
+
+opkg-config-example.1 busybox-config-example.1.19.3 config-example-common: config.buildstamp
+
+.SILENT: config.buildstamp
+config.buildstamp:
+ install -D src/opkg/opkg.conf dest/usr/share/config/example/opkg/opkg.conf
+ install -D src/busybox/.config dest/usr/share/config/example/busybox/.config
+ oh-installfiles opkg-config-example.1 busybox-config-example.1.19.3 config-example-common
+ oh-installdocs config-example-common
+ oh-gencontrol opkg-config-example.1 busybox-config-example.1.19.3 config-example-common
+ oh-buildopk opkg-config-example.1 busybox-config-example.1.19.3 config-example-common
+ touch config.buildstamp