if the filesystem is fast enough, there is a race condition while building

also annotate "force" targets as phony to make sure they actually get
built.
This commit is contained in:
espie 2013-05-06 13:53:40 +00:00
parent 9b952d4db8
commit c07d468caa
4 changed files with 18 additions and 10 deletions

View File

@ -0,0 +1,8 @@
$OpenBSD: patch-Makefile,v 1.1 2013/05/06 13:53:40 espie Exp $
--- Makefile.orig Sat Oct 10 06:15:02 1998
+++ Makefile Mon May 6 15:51:59 2013
@@ -145,3 +145,4 @@ dist: FORCE
rm -fr sp-$$version
FORCE:
+.PHONY: $(LIBDIRS) $(PROGDIRS) $(TARGETS)

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-include_Attribute_h,v 1.2 2005/08/10 09:59:13 espie Exp $
$OpenBSD: patch-include_Attribute_h,v 1.3 2013/05/06 13:53:40 espie Exp $
--- include/Attribute.h.orig Tue Dec 16 09:49:29 1997
+++ include/Attribute.h Wed Aug 10 11:43:30 2005
+++ include/Attribute.h Mon May 6 15:50:18 2013
@@ -31,6 +31,27 @@ class AttributeSemantics;
class AttributeContext;
class Syntax;
@ -29,7 +29,7 @@ $OpenBSD: patch-include_Attribute_h,v 1.2 2005/08/10 09:59:13 espie Exp $
class SP_API AttributeDefinitionDesc {
public:
AttributeDefinitionDesc() { }
@@ -371,27 +392,6 @@ public:
@@ -371,27 +392,6 @@ class NotationAttributeSemantics : public AttributeSem
AttributeSemantics *copy() const;
private:
ConstPtr<Notation> notation_;

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-lib_parser_inst_m4,v 1.3 2006/01/14 15:49:48 espie Exp $
$OpenBSD: patch-lib_parser_inst_m4,v 1.4 2013/05/06 13:53:40 espie Exp $
--- lib/parser_inst.m4.orig Thu Oct 14 09:26:20 1999
+++ lib/parser_inst.m4 Sat Jan 14 16:45:13 2006
@@ -164,9 +164,7 @@ __instantiate(Vector<NamedResourceTable<
+++ lib/parser_inst.m4 Mon May 6 15:50:18 2013
@@ -164,9 +164,7 @@ __instantiate(Vector<NamedResourceTable<Entity> >)
__instantiate(Vector<ContentModelAmbiguity>)
__instantiate(Vector<Transition>)
__instantiate(Vector<LeafContentToken*>)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-nsgmls_RastEventHandler_h,v 1.1 2002/10/16 00:49:04 naddy Exp $
--- nsgmls/RastEventHandler.h.orig Wed Oct 16 02:35:47 2002
+++ nsgmls/RastEventHandler.h Wed Oct 16 02:36:04 2002
@@ -102,7 +102,7 @@ private:
$OpenBSD: patch-nsgmls_RastEventHandler_h,v 1.2 2013/05/06 13:53:40 espie Exp $
--- nsgmls/RastEventHandler.h.orig Fri Jan 17 07:08:26 1997
+++ nsgmls/RastEventHandler.h Mon May 6 15:50:18 2013
@@ -102,7 +102,7 @@ class RastSubdocState { (private)
class RastEventHandler : public ErrorCountEventHandler,
private RastSubdocState,