summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-10-23 14:25:20 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-10-23 14:25:20 (EDT)
commit392e39d9b2ffde364f3a4c67f9ed8831256de2d2 (patch)
tree554af4461da670e4fb5be0c28347ea9f118c2ec3
parent0488a0c2ff03ac23a88094577d41cc8f6c38d698 (diff)
build: Remove oh-autobuild commands
There's no major advantage to using opkhelper for this package.
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 1997461..bc113d4 100755
--- a/build
+++ b/build
@@ -8,9 +8,9 @@ nop:
build:
mkdir -p src/toolchain/dl/
(cd src/toolchain/dl/ && ln -sf ../../../../toolchain/* ./)
- oh-autobuild -T toolchain
+ (cd src/ && make toolchain)
chmod a+x src/target_firmware/firmware-crc.sh
- oh-autobuild -B src/target_firmware
+ (cd src/target_firmware/ && make)
touch $@
install: build