Change subdir processing so that SUBDIRS will contain the configured
authorKen Raeburn <raeburn@mit.edu>
Mon, 8 Mar 2004 07:20:55 +0000 (07:20 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 8 Mar 2004 07:20:55 +0000 (07:20 +0000)
commit39faf762d23d16ccd1d6b7c9b1d2046f6b1b2d0d
treef90a60b8d27f5cf393d7578f5657b7999b90341d
parentfdd187e33062e403c0210f7844e7a12b68369023
Change subdir processing so that SUBDIRS will contain the configured
subdirs only for the makefile in the directory with the configure
script, and will have only $(LOCAL_SUBDIRS) elsewhere.  Drop the use
of "MY_SUBDIRS=." to override SUBDIRS in favor of this way of keeping
SUBDIRS empty.  Drop other uses of MY_SUBDIRS in favor of
LOCAL_SUBDIRS or (in one case, the top level) overriding the SUBDIRS
setting from pre.in.

One less thing to keep tweaking as configure scripts get reorganized
and merged.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16158 dc483132-0cff-0310-8789-dd5450dbe970
47 files changed:
src/ChangeLog
src/Makefile.in
src/appl/ChangeLog
src/appl/Makefile.in
src/appl/gss-sample/ChangeLog
src/appl/gss-sample/Makefile.in
src/appl/sample/ChangeLog
src/appl/sample/Makefile.in
src/appl/sample/sclient/ChangeLog
src/appl/sample/sclient/Makefile.in
src/appl/sample/sserver/ChangeLog
src/appl/sample/sserver/Makefile.in
src/appl/simple/ChangeLog
src/appl/simple/Makefile.in
src/appl/simple/client/ChangeLog
src/appl/simple/client/Makefile.in
src/appl/simple/server/ChangeLog
src/appl/simple/server/Makefile.in
src/appl/user_user/ChangeLog
src/appl/user_user/Makefile.in
src/config-files/ChangeLog
src/config-files/Makefile.in
src/config/ChangeLog
src/config/post.in
src/config/pre.in
src/gen-manpages/ChangeLog
src/gen-manpages/Makefile.in
src/include/ChangeLog
src/include/Makefile.in
src/include/kerberosIV/ChangeLog
src/include/kerberosIV/Makefile.in
src/include/krb5/ChangeLog
src/include/krb5/Makefile.in
src/kdc/ChangeLog
src/kdc/Makefile.in
src/krb524/ChangeLog
src/krb524/Makefile.in
src/lib/ChangeLog
src/lib/Makefile.in
src/slave/ChangeLog
src/slave/Makefile.in
src/util/ChangeLog
src/util/Makefile.in
src/util/send-pr/ChangeLog
src/util/send-pr/Makefile.in
src/windows/ms2mit/ChangeLog
src/windows/ms2mit/Makefile.in