1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #1142 from benpicco/fix_oonf_build

fix buildtest with oonf_api
This commit is contained in:
benpicco 2014-05-12 17:49:11 +02:00
commit 29ca1e0f52

View File

@ -25,6 +25,7 @@ $(CURDIR)/$(PKG_NAME)/Makefile: $(CURDIR)/$(PKG_NAME)
$(foreach patch,$(shell ls [0-9][0-9][0-9][0-9]*.patch),cd "$<" && git am "../$(patch)" || { git am --abort; exit 1; };)
$(CURDIR)/$(PKG_NAME):
test -d oonf_api || \
git clone $(PKG_URL) $@ && \
cd $@ && git reset --hard $(PKG_VERSION)