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

Chris Lumens clumens at redhat.com
Fri Mar 27 17:06:24 UTC 2015


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



More information about the anaconda-patches mailing list