X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=fbb51f706e2812aad5e60d241fa39360a2286577;hp=9e774c1f08b74d632870f887a757d3868c88bdb4;hb=9439110b5f3ffb98cee1e1ad1d3e62b14096a033;hpb=576f16452f3a83beb09ff663ea0f8bc6808f59f3;ds=sidebyside 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 ; \