[Cluster-devel] conga/luci cluster/Makefile homebase/Makefile ...

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Aug 16 14:59:57 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-08-16 14:59:56

Modified files:
	luci/cluster   : Makefile 
	luci/homebase  : Makefile 
	luci/plone-custom: Makefile 
	luci/storage   : Makefile 

Log message:
	return true and do nothing more when issuing a 'make' with no arguments in the page template directories (it used to default to make import)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/Makefile.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5

--- conga/luci/cluster/Makefile	2006/07/14 20:08:33	1.4
+++ conga/luci/cluster/Makefile	2006/08/16 14:59:56	1.5
@@ -3,6 +3,9 @@
 LUCI_FTP=luci:8021
 LUCI_HTTP=http://luci:8080/luci
 
+all:
+	@true
+
 # import page local page templates to the Luci server
 import:
 	@if test "$(FILES)"; then \
--- conga/luci/homebase/Makefile	2006/07/14 20:08:33	1.4
+++ conga/luci/homebase/Makefile	2006/08/16 14:59:56	1.5
@@ -3,6 +3,9 @@
 LUCI_FTP=luci:8021
 LUCI_HTTP=http://luci:8080/luci
 
+all:
+	@true
+
 # import page local page templates to the Luci server
 import:
 	@if test "$(FILES)"; then \
--- conga/luci/plone-custom/Makefile	2006/07/26 16:55:37	1.1
+++ conga/luci/plone-custom/Makefile	2006/08/16 14:59:56	1.2
@@ -3,6 +3,9 @@
 LUCI_FTP=luci:8021
 LUCI_HTTP=http://luci:8080/luci
 
+all:
+	@true
+
 # import page local page templates to the Luci server
 import:
 	@if test "$(FILES)"; then \
--- conga/luci/storage/Makefile	2006/07/14 20:08:33	1.4
+++ conga/luci/storage/Makefile	2006/08/16 14:59:56	1.5
@@ -3,6 +3,9 @@
 LUCI_FTP=luci:8021
 LUCI_HTTP=http://luci:8080/luci
 
+all:
+	@true
+
 # import page local page templates to the Luci server
 import:
 	@if test "$(FILES)"; then \




More information about the Cluster-devel mailing list