belt and suspenders, best of both worlds.

bulk-builds will first try to build stuff with the java pseudo-flavor.
If that fails (because java is currently broken, or because it's not
supported on that arch), then it will build through the second line.

If the packages already exist, the infrastructure will notice, and the
second build line will do nothing.

consensus reached after discussion with nikolay, kurt, pval...
This commit is contained in:
espie 2006-11-07 19:37:57 +00:00
parent c6f638e9af
commit d1d1f414d4

View File

@ -1,10 +1,7 @@
# $OpenBSD: Makefile,v 1.34 2006/11/04 12:44:26 espie Exp $
# $OpenBSD: Makefile,v 1.35 2006/11/07 19:37:57 espie Exp $
SUBDIR+= v3
.if ${MACHINE_ARCH} == "i386" || make(describe)
SUBDIR+= v4,java
.else
SUBDIR+= v4
.endif
.include <bsd.port.subdir.mk>