[Libreoffice-commits] .: Makefile

Matus Kukan mkukan at kemper.freedesktop.org
Thu Feb 16 08:40:41 PST 2012


 Makefile |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit ca9801809249dbc98b28d3a24325fa54f2e91724
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Thu Feb 16 17:39:26 2012 +0100

    let src.downloaded not depend on phony target to avoid re-creating each time

diff --git a/Makefile b/Makefile
index 99cae26..7ef0842 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
 
-.PHONY : all autogen bootstrap build check clean clean-build clean-host dev-install dev-install-link distclean distro-pack-install docs fetch findunusedcode id install subsequenttest tags
+.PHONY : all bootstrap build check clean clean-build clean-host dev-install dev-install-link distclean distro-pack-install docs fetch findunusedcode id install subsequenttest tags
 
 ifeq ($(MAKECMDGOALS),)
 MAKECMDGOALS:=all
@@ -332,9 +332,8 @@ endif
 
 ifneq ($(filter-out clean distclean,$(MAKECMDGOALS)),)
 #
-# autogen
+# Makefile
 #
-autogen: Makefile
 
 # I don't like to touch stuff that are supposed to be
 # in the source tree, hence read-only
@@ -354,7 +353,7 @@ config_host.mk : config_host.mk.in bin/repo-list.in ooo.lst.in configure.in auto
 #
 fetch: src.downloaded
 
-src.downloaded : autogen ooo.lst download
+src.downloaded : Makefile ooo.lst download
 ifeq ($(DO_FETCH_TARBALLS),YES)
 	@./download $(SRCDIR)/ooo.lst && touch $@
 else


More information about the Libreoffice-commits mailing list