]> git.pld-linux.org Git - packages/ice.git/blob - dont-build-demo-test.patch
97c691fc16d04b9741c3b7c0e266bf5481aba701
[packages/ice.git] / dont-build-demo-test.patch
1 Don't build the demo or test directories
2 diff -ur Ice-3.3.0.orig/cpp/Makefile Ice-3.3.0/cpp/Makefile
3 --- Ice-3.3.0.orig/cpp/Makefile 2008-05-16 18:24:00.000000000 +0100
4 +++ Ice-3.3.0/cpp/Makefile      2008-05-21 11:18:17.000000000 +0100
5 @@ -11,7 +11,7 @@
6  
7  include $(top_srcdir)/config/Make.rules
8  
9 -SUBDIRS                = config src include test demo
10 +SUBDIRS                = config src include
11  
12  INSTALL_SUBDIRS        = $(install_bindir) $(install_libdir) $(install_includedir) $(install_configdir)
13  
14 diff -ur Ice-3.3.0.orig/cs/Makefile Ice-3.3.0/cs/Makefile
15 --- Ice-3.3.0.orig/cs/Makefile  2008-05-16 18:24:01.000000000 +0100
16 +++ Ice-3.3.0/cs/Makefile       2008-05-21 11:18:22.000000000 +0100
17 @@ -11,7 +11,7 @@
18  
19  include $(top_srcdir)/config/Make.rules.cs
20  
21 -SUBDIRS                = src test demo
22 +SUBDIRS                = src
23  
24  install:: install-common
25         @if test ! -d $(install_bindir) ; \
This page took 0.080646 seconds and 2 git commands to generate.