From 84db49c87e5e3dabc343c18f0aec5139c7dfd1b6 Mon Sep 17 00:00:00 2001 From: alegrand Date: Wed, 1 Aug 2007 00:55:02 +0000 Subject: [PATCH] minor improvement git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3927 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index eeadb08057..c961895c2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,10 +53,10 @@ if MAINTAINER_MODE release: distcheck remote debian publish debian: dist - make -C ~/CVSIMPORT/pkg-grid/gras maintainerclean + $(MAKE) -C ~/CVSIMPORT/pkg-grid/gras maintainerclean cp @PACKAGE@-@VERSION@.tar.gz ~/CVSIMPORT/pkg-grid/gras/ cp @PACKAGE@-@VERSION@.tar.gz ~/CVSIMPORT/pkg-grid/gras/@PACKAGE@_@VERSION@.orig.tar.gz - make -C ~/CVSIMPORT/pkg-grid/gras deb check + $(MAKE) -C ~/CVSIMPORT/pkg-grid/gras deb check dput local *.changes publish-old: dist @@ -67,7 +67,7 @@ publish-old: dist @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----" cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/gras/dl @echo "----[ Sync remote host ]----" - make -C public_html publish + $(MAKE) -C public_html publish publish: dist @echo "----[ Put the tarball @VERSION@ on gforge ]----" @@ -79,7 +79,7 @@ publish: dist cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/simgrid2 cp -r doc/html ~/public_html/simgrid2/doc/ cp ChangeLog ~/public_html/simgrid2/ - make -C ~/public_html + $(MAKE) -C ~/public_html sync-gforge: rsync --verbose --cvs-exclude --compress --delete --delete-excluded --rsh=ssh --ignore-times \ @@ -108,10 +108,10 @@ mail: simgrid-user@lists.gforge.inria.fr TAGS: - etags -o ./TAGS `make dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` + etags -o ./TAGS `$(MAKE) dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` splint: - splint `make dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` \ + splint `$(MAKE) dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` \ +matchanyintegral -warnposix +boolint \ +show-summary +stats\ -Iinclude -Isrc/include -Isrc/base -Isrc -- 2.20.1