[PATCH rhel7-branch] Also, don't require the scratch targets to call po-pull.

Brian C. Lane bcl at redhat.com
Fri Mar 27 17:36:21 UTC 2015


On Fri, Mar 27, 2015 at 01:06:24PM -0400, Chris Lumens wrote:
> You will need to run "make po-empty" or something first, though.
> 
> Related: rhbz#1205285
> ---
>  Makefile.am | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 81e3706..23982e5 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -74,11 +74,11 @@ po-empty:
>  			exit 1 ; \
>  	done
>  
> -scratch: po-pull
> +scratch:
>  	$(MAKE) ARCHIVE_TAG=HEAD dist
>  	git checkout -- po/$(PACKAGE_NAME).pot
>  
> -scratch-bumpver: po-pull
> +scratch-bumpver:
>  	@opts="-S -n $(PACKAGE_NAME) -v $(PACKAGE_VERSION) -r $(PACKAGE_RELEASE) -b $(PACKAGE_BUGREPORT)" ; \
>  	if [ ! -z "$(IGNORE)" ]; then \
>  		opts="$${opts} -i $(IGNORE)" ; \
> -- 
> 2.2.2

On master we have these depend on po-empty. Any reason not to do that
here?

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list