Makefile: add link to gmake issue with spaces in filenames

pull/1089/head
Tony Theodore 9 years ago
parent 5337c32461
commit 11aee96888

@ -224,6 +224,8 @@ DOWNLOAD_PKG_ARCHIVE = \
echo; \
rm -f '$(PKG_DIR)/$($(1)_FILE)'; )
# open issue from 2002:
# http://savannah.gnu.org/bugs/?712
ifneq ($(words $(PWD)),1)
$(error GNU Make chokes on paths with spaces)
endif

Loading…
Cancel
Save