]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] subdirs: merge $(RECURSIVE_CLEAN_TARGETS) into $(RECURSIVE_TARGETS)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 11 Aug 2012 16:59:35 +0000 (18:59 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 11 Aug 2012 16:59:35 +0000 (18:59 +0200)
* lib/am/subdirs.mk: Here.  They had once been separated for historical
reasons, but such separation is not needed anymore today.
* NG-NEWS: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NG-NEWS
lib/am/subdirs.mk

diff --git a/NG-NEWS b/NG-NEWS
index e953f5206ee1130b34ce545425f676fc919b2d91..7d3bc757e06cb7c8e173e56d8b25026dab5e17b6 100644 (file)
--- a/NG-NEWS
+++ b/NG-NEWS
@@ -295,6 +295,10 @@ Obsolete Features Removed
   missing the relevant maintainer-specific tools (or having too old
   versions thereof).
 
+* The $(RECURSIVE_CLEAN_TARGETS) variable (never documented, and
+  always intended to be an internal detail) has been removed, its
+  content merged into the $(RECURSIVE_TARGETS) variable.
+
 
 Source Files with Unknown Extensions
 ====================================
index 1d39596f1931cc489f230e482269d07e6bc1d113..9e70000e3673633acfa59e751be70beeeeffe795 100644 (file)
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-RECURSIVE_TARGETS += all-recursive check-recursive installcheck-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
-  distclean-recursive maintainer-clean-recursive
+RECURSIVE_TARGETS += \
+  all-recursive \
+  check-recursive \
+  installcheck-recursive \
+  mostlyclean-recursive \
+  clean-recursive \
+  distclean-recursive \
+  maintainer-clean-recursive
 
 am.recurs.all-targets = \
   $(RECURSIVE_TARGETS) \
-  $(RECURSIVE_CLEAN_TARGETS) \
   $(am.recurs.extra-targets)
 
 # All documented targets which invoke 'make' recursively, or depend