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@
14 lines
583 B
Plaintext
14 lines
583 B
Plaintext
--- demo/poa/Makefile.orig Fri Jul 25 15:41:40 2008
|
|
+++ demo/poa/Makefile Mon Sep 13 21:10:56 2010
|
|
@@ -16,7 +16,7 @@ run:
|
|
for i in $(DIRS); do $(MAKE) -C $$i run || exit 1; done
|
|
|
|
install:
|
|
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/poa
|
|
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/poa
|
|
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/poa
|
|
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/poa
|
|
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/poa
|
|
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/poa
|
|
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|