projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0c7de5
)
* post.in: Fix recursion rules to deal with Ultrix sh lossage
author
Tom Yu
<tlyu@mit.edu>
Tue, 11 Feb 1997 03:15:27 +0000
(
03:15
+0000)
committer
Tom Yu
<tlyu@mit.edu>
Tue, 11 Feb 1997 03:15:27 +0000
(
03:15
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9840
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/ChangeLog
patch
|
blob
|
history
src/config/post.in
patch
|
blob
|
history
diff --git
a/src/config/ChangeLog
b/src/config/ChangeLog
index 8f62c8435a2b7a79e1f25e19055ea2b6e40fb405..9911e26c43104c157eab3de26bb2c4359bbd2a5a 100644
(file)
--- a/
src/config/ChangeLog
+++ b/
src/config/ChangeLog
@@
-1,5
+1,7
@@
Mon Feb 10 08:39:10 1997 Tom Yu <tlyu@mit.edu>
+ * post.in: Fix recursion rules to deal with Ultrix sh lossage.
+
* libobj.in: Remove instances of STAMP.*, since they aren't
actually necessary.
diff --git
a/src/config/post.in
b/src/config/post.in
index f62ad12c649403d83af6021a480c077482be17cc..0b1f2b44c59147063b68f25bf18d1afd97042f40 100644
(file)
--- a/
src/config/post.in
+++ b/
src/config/post.in
@@
-64,4
+64,5
@@
all-recurse clean-recurse install-recurse check-recurse Makefiles-recurse:
echo "Skipping missing directory $(CURRENT_DIR)$$i" ; \
fi; \
done; \
+ else :; \
fi