[Freeipa-devel] [PATCH 9/9] remove .pot target from Makefile.in

Rob Crittenden rcritten at redhat.com
Tue Mar 16 18:00:15 UTC 2010


John Dennis wrote:
> This is a multi-part message in MIME format.
> --------------1.6.6.1
> Content-Type: text/plain; charset=UTF-8; format=fixed
> Content-Transfer-Encoding: 8bit
> 
> 
> We want to manually make the .pot file, we shouldn't have anything
> in the Makefile which will cause the .pot file to be rebuilt
> because of dependencies.
> ---
>  install/po/Makefile.in |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
> 
> 
> --------------1.6.6.1
> Content-Type: text/x-patch; name="0009-remove-.pot-target-from-Makefile.in.patch"
> Content-Transfer-Encoding: 8bit
> Content-Disposition: attachment; filename="0009-remove-.pot-target-from-Makefile.in.patch"
> 
> diff --git a/install/po/Makefile.in b/install/po/Makefile.in
> index f696c17..8cb5789 100644
> --- a/install/po/Makefile.in
> +++ b/install/po/Makefile.in
> @@ -185,9 +185,6 @@ create-po: $(DOMAIN).pot
>  	    fi; \
>  	done
>  
> -$(DOMAIN).pot: $(POTFILES)
> -	$(MAKE) update-pot
> -
>  update-po: update-pot
>  	$(MAKE) all
>  
> 
> --------------1.6.6.1--
>

ack, pushed to master

rob




More information about the Freeipa-devel mailing list