94b2505ecb
- remove commented out FLAVORS, and merge ssl FLAVOR into main package - build regress tests (not everything is working, but at least they're here) - add native-connect:permit to systrace.filter, idl absolutely wants to connect to the nearest dns server during build. Gross. - remove shitload of now unneeded patches - some tweaks from ajacoutot@/jasper@ Build-tested on : - gcc3 archs: arm (fails) by sthen@, alpha by naddy@, mips64 by jasper@ - gcc4 archs: sparc64/amd64/macppc by my$self ok jasper@
15 lines
692 B
Plaintext
15 lines
692 B
Plaintext
$OpenBSD: patch-demo_csiv2_interop_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
|
--- demo/csiv2/interop/Makefile.orig Tue Sep 14 21:25:53 2010
|
|
+++ demo/csiv2/interop/Makefile Tue Sep 14 21:26:04 2010
|
|
@@ -16,7 +16,7 @@ clean:
|
|
|
|
|
|
install:
|
|
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/csiv2/interop
|
|
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/csiv2/interop
|
|
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/csiv2/interop
|
|
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/csiv2/interop
|
|
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/csiv2/interop
|
|
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/csiv2/interop
|
|
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|