Skip to content

Commit

Permalink
* Makefile.in (install-mkdirs): Use mkinstalldirs rather than
Browse files Browse the repository at this point in the history
	mkdir -p for portability reasons.


git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11587 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Jul 23, 1999
1 parent b28d47b commit 4ee4044
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/ChangeLog
@@ -1,3 +1,8 @@
1999-07-22 Tom Yu <tlyu@mit.edu>

* Makefile.in (install-mkdirs): Use mkinstalldirs rather than
mkdir -p for portability reasons.

1999-07-06 Ken Raeburn <raeburn@mit.edu>

* configure.in: Delete old and already disabled code relating to
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.in
Expand Up @@ -50,7 +50,7 @@ install-recurse: install-mkdirs

install-mkdirs:
@for i in $(INSTALLMKDIRS); do \
if test -d $(DESTDIR)$$i; then :; else (set -x; mkdir -p $(DESTDIR)$$i); fi ; \
$(srcdir)/config/mkinstalldirs $(DESTDIR)$$i; \
done

# install::
Expand Down

0 comments on commit 4ee4044

Please sign in to comment.