From 11aee96888b744a41130bc729d862766a3863508 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 20 Dec 2015 15:27:49 +1100 Subject: [PATCH] Makefile: add link to gmake issue with spaces in filenames --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e9e35269..1f439009 100644 --- a/Makefile +++ b/Makefile @@ -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