diff options
author | P. 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) |
commit | e14cf91512431e7eca9f0faaeffc3609d5e8a88c (patch) | |
tree | 71d6a2913009dbcae336082435a1d7490046b876 /build |
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |