Date: Thu, 16 Apr 2015 23:01:42 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384133 - head/mail/gnarwl/files Message-ID: <201504162301.t3GN1gf2038979@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Apr 16 23:01:41 2015 New Revision: 384133 URL: https://svnweb.freebsd.org/changeset/ports/384133 Log: mail/gnarwl: Try again to make this port jobs safe My previous attempt at making this jobs safe wasn't entirely succesful. It was still deleting the generating files and deleting them in a race. This updated patch should fix that. Modified: head/mail/gnarwl/files/patch-doc-Makefile Modified: head/mail/gnarwl/files/patch-doc-Makefile ============================================================================== --- head/mail/gnarwl/files/patch-doc-Makefile Thu Apr 16 22:49:07 2015 (r384132) +++ head/mail/gnarwl/files/patch-doc-Makefile Thu Apr 16 23:01:41 2015 (r384133) @@ -1,6 +1,14 @@ --- doc/Makefile.orig 2005-03-13 14:30:53 UTC +++ doc/Makefile -@@ -8,24 +8,22 @@ clean: +@@ -1,31 +1,29 @@ + catch: + $(MAKE) -C .. all + +-all: clean manpage ++all: manpage + + clean: + rm -f *~ $(BIN).$(MAN_SEC)* $(SBIN).$(MAN_SEC)* DEADJOE manpage: @echo Generating manpage...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504162301.t3GN1gf2038979>