Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 853 Fix directory changes to use explicit subshells We depend on the behavior of having a separate subshell for each line in our Makefiles, so force it where make (observed FreeBSD 10.3) does not create one. [ghudson@mit.edu: also changed rules in config/post.in] https://github.com/krb5/krb5/commit/69571141ccc2483b54e015a5d7c77d1e926f2822 Author: Robbie Harwood Committer: Greg Hudson Commit: 69571141ccc2483b54e015a5d7c77d1e926f2822 Branch: master src/build-tools/Makefile.in | 2 +- src/config/post.in | 8 ++++---- src/doc/Makefile.in | 4 ++-- src/include/Makefile.in | 2 +- src/kadmin/testing/scripts/Makefile.in | 4 ++-- src/lib/rpc/Makefile.in | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-)