From: swa <swa@users.sourceforge.net>
Date: Thu, 7 Mar 2002 15:28:27 +0000 (+0000)
Subject: more informative
X-Git-Tag: v_2_9_12~127
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/user-manual/developer-manual/diff?a=commitdiff_plain;h=9439110b5f3ffb98cee1e1ad1d3e62b14096a033;p=privoxy.git

more informative
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 9e774c1f..fbb51f70 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.10 2002/03/06 14:19:35 sarantis Exp $
+# $Id: GNUmakefile.in,v 1.11 2002/03/06 14:33:18 sarantis Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # IJBSWA team.  http://ijbswa.sourceforge.net
@@ -28,6 +28,9 @@
 # Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 # $Log: GNUmakefile.in,v $
+# Revision 1.11  2002/03/06 14:33:18  sarantis
+# Use proper temp file, not "abc".
+#
 # Revision 1.10  2002/03/06 14:19:35  sarantis
 # Cleanup PID_FILE_PATH from redhat-dist target
 #
@@ -416,6 +419,8 @@ redhat-dist:
 	@for dir in RPMS SRPMS BUILD SOURCES SPECS; do \
 		if [ ! -w $(RPM_BASE)/$$dir ]; then \
 			$(ECHO) "$(RPM_BASE)/$$dir is not writable for you. Maybe try as root."; \
+			$(ECHO) "Or add a suitable path to .rpmmacros like."; \
+			$(ECHO) "%_topdir /home/foo/rpm-build"; \
 			exit; \
 		fi; \
 	done ; \