[debian-edu-commits] debian-edu/ 150/183: Use $(MAKE) instead of make in debian/rules to avoid jobserver warnings
Alexander Alemayhu
ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.
commit 6104639af1f69d46de4b5097ec0b70e8c592fb06
Author: Bart Cornelis <cobaco at linux.be>
Date: Tue Dec 4 16:46:40 2007 +0000
Use $(MAKE) instead of make in debian/rules to avoid
jobserver warnings
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 2c7a2d0..dfb49a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,13 +11,13 @@
build:
# build man-page for dh_installlisting and generate .mo files (l10n)
- make
+ $(MAKE)
clean:
dh_testdir
dh_testroot
# Add here commands to clean up after the build process.
- make clean
+ $(MAKE) clean
dh_clean
install: build
@@ -33,7 +33,7 @@ binary-indep: build install
dh_testdir
dh_testroot
install --mode 644 debian/desktop-profiles.overrides debian/desktop-profiles/usr/share/lintian/overrides/desktop-profiles
- make install-l10n PREFIX=./debian/desktop-profiles/usr
+ $(MAKE) install-l10n PREFIX=./debian/desktop-profiles/usr
dh_installchangelogs
dh_installdocs
dh_installmenu
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git
More information about the debian-edu-commits
mailing list