thomas: server Makefile,1.19.2.1,1.19.2.2

cvs at kolab.org cvs at kolab.org
Mon Jul 16 19:41:18 CEST 2007


Author: thomas

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv4239

Modified Files:
      Tag: kolab_2_1_branch
	Makefile 
Log Message:
Fix Makefile for perl-kolab and kolab*

For some reason unknown to me autoconf fails if make -C is used here.


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -u -d -r1.19.2.1 -r1.19.2.2
--- Makefile	16 Jul 2007 16:52:33 -0000	1.19.2.1
+++ Makefile	16 Jul 2007 17:41:16 -0000	1.19.2.2
@@ -28,10 +28,10 @@
 	do                               \
 	  make -C $$PKG dist || exit $?; \
 	done
-	make -C perl-kolab -f Makefile.cvs dist
-	for PKG in $(KOLAB_PACKAGES);    \
-	do                               \
-	  make -C $$PKG dist || exit $?; \
+	cd perl-kolab && make -f Makefile.cvs dist
+	for PKG in $(KOLAB_PACKAGES);              \
+	do                                         \
+	  cd $$PKG && make dist || exit $?; cd ..; \
 	done
 	cp $(BASE_FILES) stage/
 	echo 'Remember to update obmtool.conf!'





More information about the commits mailing list