projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3b9124
)
Remove obsolete file
author
Theodore Tso
<tytso@mit.edu>
Thu, 16 Jun 1994 05:28:20 +0000
(
05:28
+0000)
committer
Theodore Tso
<tytso@mit.edu>
Thu, 16 Jun 1994 05:28:20 +0000
(
05:28
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3840
dc483132
-0cff-0310-8789-
dd5450dbe970
src/Link_src.sh
[deleted file]
patch
|
blob
|
history
diff --git
a/src/Link_src.sh
b/src/Link_src.sh
deleted file mode 100644
(file)
index
b5d50de
..0000000
--- a/
src/Link_src.sh
+++ /dev/null
@@
-1,11
+0,0 @@
-# make source-tree symlinks to generated source-files,
-# so that synctree-generated shadows of the source-tree will have access
-# to the generated files.
-# this should be run in the shadow-dir, after synctree completes.
-
-#attach krb5
-#synctree -s /mit/krb5/src -d .
-foreach f ( include/krb5/error_tables lib/error_tables kdc comerr ss)
- ln -s /mit/krb5/build/@sys/${f}/*_err.[ch] ${f}
- ls -ls ${f}/*_err.[ch]
- end