X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=Makefile.in;h=84c55cb8f2700acd41248f624cc2f8c34ba4b2db;hp=7366bf02710f991103c4aae86a5c789b42044aa9;hb=c6f0c53819a4eaa01d3b0c6d4cb70597cb4ca1bc;hpb=d1d9361c3c809ea5a065de3c80fa0bf6113182f9 diff --git a/Makefile.in b/Makefile.in index 7366bf02..84c55cb8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: Makefile.in,v 1.37 2001/11/01 00:52:04 hal9 Exp $ +# $Id: Makefile.in,v 1.38 2001/11/05 21:35:23 steudten Exp $ # # Written by and Copyright (C) 2001 the SourceForge # IJBSWA team. http://ijbswa.sourceforge.net @@ -28,6 +28,14 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # $Log: Makefile.in,v $ +# Revision 1.38 2001/11/05 21:35:23 steudten +# Complete rewrite for the 'redhat-dist' target. +# Checks for writeable RPM build directories for calling user. +# So you must not be root, just set the modes to 1777 to +# build a RH package. +# Fix the upload-target to be arch independant. +# Add target for 'solaris-dist' - coming soon. +# # Revision 1.37 2001/11/01 00:52:04 hal9 # Redhat-upload stuff per Stefan. # @@ -347,7 +355,7 @@ redhat-dist: $(SED) 's/^Version:.*/Version: $(RPM_VERSION)/g;s/^Release:.*/Release: $(RPM_PACKAGEV)/g' > abc && \ $(MV) -f abc junkbuster-rh.spec; \ $(TAR) --exclude "CVS" --exclude "junkbuster-suse.spec" -cvzf $(TAR_ARCH) . ; \ - $(RPM) -ta $(TAR_ARCH); \ + $(RPM) --clean -ta $(TAR_ARCH); \ [ -f $(TAR_ARCH) ] && $(RM) $(TAR_ARCH) #