From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 16 Aug 2006 14:59:57 -0000 Subject: [Cluster-devel] conga/luci cluster/Makefile homebase/Makefile ... Message-ID: <20060816145957.28575.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 \