gunnar: server Makefile,1.17,1.18

cvs at kolab.org cvs at kolab.org
Wed May 30 08:17:26 CEST 2007


Author: gunnar

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

Modified Files:
	Makefile 
Log Message:
Broken Makefiles in the sub directories.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile	30 May 2007 06:06:08 -0000	1.17
+++ Makefile	30 May 2007 06:17:24 -0000	1.18
@@ -24,9 +24,9 @@
 dist:
 	rm -rf stage
 	mkdir stage
-	for PKG in $(BASE_PACKAGES); \
-	do                           \
-	  make -C $$PKG dist;        \
+	for PKG in $(BASE_PACKAGES);  \
+	do                            \
+	  cd $$PKG && make dist;cd ..;\
 	done
 	cp $(BASE_FILES) stage/
 	echo 'Remember to update obmtool.conf!'
@@ -58,7 +58,7 @@
 	mkdir -p stage
 	for PKG in $(HORDE_PACKAGES);             \
 	do                                        \
-	  make -C $$PKG dist;                     \
+	  cd $$PKG && make dist;cd ..;            \
 	  echo -e "\n==" >> stage/ChangeLog;      \
 	  echo "$$PKG" >> stage/ChangeLog;        \
 	  echo -e "==\n" >> stage/ChangeLog;      \





More information about the commits mailing list