[vim] 04/05: Ensure only one VARIANT is being tested at a time

James McCoy jamessan at debian.org
Thu Sep 8 02:14:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository vim.

commit 7b26be760d2c7718e61d606a84398fa3db1a3245
Author: James McCoy <jamessan at debian.org>
Date:   Wed Sep 7 21:57:57 2016 -0400

    Ensure only one VARIANT is being tested at a time
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 528556d..8b5c39a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -272,7 +272,7 @@ build-stamp-%: configure-stamp-%
 	dh_prep -p $*
 	@echo "*** DEBIAN *** BUILDING VARIANT $*"
 	$(MAKE) -C src/$(SHADOWDIR)
-	[ $(MAKETEST) != "yes" ] || $(MAKE) -j1 -C src/$(SHADOWDIR) test
+	[ $(MAKETEST) != "yes" ] || flock debian $(MAKE) -j1 -C src/$(SHADOWDIR) test
 	touch $@
 
 install: $(foreach v,$(VARIANTS),install-stamp-$(v))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list