From 39d50be940d1ab492740921d7ab80e2fca5b0ca8 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 12 Nov 1995 20:01:11 +0000 Subject: [PATCH] (id, ID): New target. (.NOEXPORT): Copied from footers.am. --- lib/am/subdirs.am | 7 ++++++- subdirs.am | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lib/am/subdirs.am b/lib/am/subdirs.am index 56e60595..352df9da 100644 --- a/lib/am/subdirs.am +++ b/lib/am/subdirs.am @@ -7,7 +7,7 @@ @SET_MAKE@ -all install install-info uninstall check info dvi:: +all install install-info uninstall check info dvi id ID:: for subdir in $(SUBDIRS); do \ echo making $@ in $$subdir ; \ (cd $$subdir; $(MAKE) $@); \ @@ -51,3 +51,8 @@ distclean-local: clean-local maintainer-clean-local: distclean-local rm -f TAGS + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: + diff --git a/subdirs.am b/subdirs.am index 56e60595..352df9da 100644 --- a/subdirs.am +++ b/subdirs.am @@ -7,7 +7,7 @@ @SET_MAKE@ -all install install-info uninstall check info dvi:: +all install install-info uninstall check info dvi id ID:: for subdir in $(SUBDIRS); do \ echo making $@ in $$subdir ; \ (cd $$subdir; $(MAKE) $@); \ @@ -51,3 +51,8 @@ distclean-local: clean-local maintainer-clean-local: distclean-local rm -f TAGS + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: + -- 2.43.5