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@
22 lines
880 B
Plaintext
22 lines
880 B
Plaintext
$OpenBSD: patch-demo_MakeVars,v 1.3 2010/09/22 08:42:53 landry Exp $
|
|
--- demo/MakeVars.orig Fri Jul 25 15:41:41 2008
|
|
+++ demo/MakeVars Mon Sep 13 21:10:56 2010
|
|
@@ -73,14 +73,14 @@ COS_DEPS = $(DIR_PREFIX)../../coss/libmicocoss$(VE
|
|
endif
|
|
|
|
install:
|
|
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/$(INSTALL_DIR)
|
|
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/$(INSTALL_DIR)
|
|
test -z "$(INSTALL_SRCS)" || \
|
|
eval 'for i in $(INSTALL_SRCS); do \
|
|
- $(ISRCCMD) $$i $(INSTDIR)/doc/mico/examples/$(INSTALL_DIR); \
|
|
+ $(ISRCCMD) $$i $(SHARED_INSTDIR)/doc/mico/examples/$(INSTALL_DIR); \
|
|
done'
|
|
test -z "$(INSTALL_SCRIPTS)" || \
|
|
eval 'for i in $(INSTALL_SCRIPTS); do \
|
|
- $(ISCRIPTCMD) $$i $(INSTDIR)/doc/mico/examples/$(INSTALL_DIR); \
|
|
+ $(ISCRIPTCMD) $$i $(SHARED_INSTDIR)/doc/mico/examples/$(INSTALL_DIR); \
|
|
done'
|
|
|
|
ifeq (.depend, $(wildcard .depend))
|