summaryrefslogtreecommitdiffstats
path: root/src/Link_src.sh
blob: b5d50de925a2235ad6fef773322c101ca45ce876 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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