blob: 4d0cb7d4569aec7ca9791dea29bec85fbcd0bbbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|