Skip to content
Snippets Groups Projects
Commit 3e29dfef authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

pkg/libfixmath: Silent checkout

parent 9025a488
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ $(BINDIR)$(PKG_NAME)-headers/fix16.h: $(CHECKOUT_FOLDER)/svn_info.xml
$(CHECKOUT_FOLDER)/svn_info.xml:
@mkdir -p $(@D)
svn checkout -r $(PKG_VERSION) $(PKG_URL) $(@D)
svn checkout -q -r $(PKG_VERSION) $(PKG_URL) $(@D)
@svn info --xml $(@D) > $@
clean::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment