[cppunit] 05/05: d/rules: use make -C over cd && make

Mattia Rizzolo mattia at debian.org
Sat Jul 29 19:18:27 UTC 2017


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

mattia pushed a commit to branch master
in repository cppunit.

commit 83e1c6179bcff50aebcd5bf7eeb7afafa4c57787
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Jul 29 21:17:18 2017 +0200

    d/rules: use make -C over cd && make
    
    should save some cpu cucle, and it's 3 bytes shorter in the d/rules line :P
    
    Gbp-Dch: Ignore
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 63f2c3e..976b67d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_build-arch:
 
 override_dh_auto_build-indep:
 	dh_auto_configure
-	cd doc && $(MAKE)
+	$(MAKE) -C doc
 
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:

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



More information about the Pkg-openoffice-commits mailing list