mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
parent
86244410b5
commit
4dfce522df
@ -24,7 +24,7 @@ patch: $(CURDIR)/$(PKG_NAME)/Makefile
|
||||
$(CURDIR)/$(PKG_NAME)/Makefile: $(CURDIR)/$(PKG_NAME)
|
||||
$(foreach patch,$(shell ls [0-9][0-9][0-9][0-9]*.patch),cd "$<" && git am "../$(patch)";)
|
||||
|
||||
$(CURDIR)/$(PKG_NAME)/:
|
||||
$(CURDIR)/$(PKG_NAME):
|
||||
git clone $(PKG_URL) $@ && \
|
||||
cd $@ && git reset --hard $(PKG_VERSION)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user