Aurelien Larcher
2020-05-20 6236b5e3de162d8e427b24f392d8afacc85724ce
prep-svn: allow disabling rules for homebrewed components
1 files modified
4 ■■■■ changed files
make-rules/prep-svn.mk 4 ●●●● patch | view | raw | blame | history
make-rules/prep-svn.mk
@@ -26,6 +26,9 @@
SVN =        /usr/bin/svn
MKTEMP =     /usr/gnu/bin/mktemp
COMPONENT_PREP_SVN?=yes
ifeq ($(strip $(COMPONENT_PREP_SVN)), yes)
#
# Anything that we pull from a Subversion repo must have a SVN_REPO{_[0-9]+} and
# SVN_REV{_[0-9]+} to match.
@@ -77,3 +80,4 @@
$(eval $(call subversion-rules,))
$(foreach suffix, $(SVN_SUFFIXES), $(eval $(call subversion-rules,_$(suffix))))
endif