emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104346: * Makefile.in (TAGS, tags, c


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104346: * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
Date: Tue, 24 May 2011 01:04:27 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104346
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-05-24 01:04:27 -0700
message:
  * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
modified:
  ChangeLog
  Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-05-24 08:02:58 +0000
+++ b/ChangeLog 2011-05-24 08:04:27 +0000
@@ -1,5 +1,7 @@
 2011-05-24  Glenn Morris  <address@hidden>
 
+       * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
+
        * configure.in (OPT_MAKEFILES_IN): Remove.
        (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
        (SUBDIR_MAKEFILES_IN): New output variable.

=== modified file 'Makefile.in'
--- a/Makefile.in       2011-05-24 08:02:58 +0000
+++ b/Makefile.in       2011-05-24 08:04:27 +0000
@@ -855,13 +855,13 @@
 # The src subdir knows how to do the right thing
 # even when the build directory and source dir are different.
 TAGS tags: lib lib-src src
-       cd src; $(MAKE) tags
+       cd src; $(MAKE) $(MFLAGS) tags
 
 check:
        @if test ! -d test/automated; then \
          echo "You do not seem to have the test/ directory."; exit 1; \
        else true; fi
-       cd test/automated && $(MAKE) check
+       cd test/automated && $(MAKE) $(MFLAGS) check
 
 dist:
        cd ${srcdir}; ./make-dist


reply via email to

[Prev in Thread] Current Thread [Next in Thread]