1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

pkg: cleanup old GIT_APPLY_PATCHES variable

variable usage was removed in 0fb50ebeda07eeca4a83c2f8ca517e9aa3e8f6a9
This commit is contained in:
Gaëtan Harter 2018-04-24 21:07:04 +02:00
parent 22aa6b9cc5
commit caccc2102d
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -30,7 +30,6 @@ $(PKG_BUILDDIR)/.git-downloaded:
rm -Rf $(PKG_BUILDDIR)
mkdir -p $(PKG_BUILDDIR)
$(GITCACHE) clone "$(PKG_URL)" "$(PKG_VERSION)" "$(PKG_BUILDDIR)"
$(GIT_APPLY_PATCHES)
touch $@
clean::