aboutsummaryrefslogtreecommitdiffstats
path: root/support/SYMLINKS
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>1996-08-26 18:22:31 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:49 +0000
commit726f63884db0132f01745f1fb4465e6621088ccf (patch)
tree6c2f7765a890a97e0e513cb539df43283a8f7c4d /support/SYMLINKS
downloadandroid_external_bash-726f63884db0132f01745f1fb4465e6621088ccf.tar.gz
android_external_bash-726f63884db0132f01745f1fb4465e6621088ccf.tar.bz2
android_external_bash-726f63884db0132f01745f1fb4465e6621088ccf.zip
Imported from ../bash-1.14.7.tar.gz.
Diffstat (limited to 'support/SYMLINKS')
-rw-r--r--support/SYMLINKS23
1 files changed, 23 insertions, 0 deletions
diff --git a/support/SYMLINKS b/support/SYMLINKS
new file mode 100644
index 0000000..bd36b7e
--- /dev/null
+++ b/support/SYMLINKS
@@ -0,0 +1,23 @@
+#
+# symlink map for bash source tree
+#
+# link name link target
+#
+lib/readline/doc/texindex.c ../../doc-support/texindex.c
+#
+lib/readline/tilde.c ../tilde/tilde.c
+lib/readline/tilde.h ../tilde/tilde.h
+lib/readline/posixstat.h ../posixheaders/posixstat.h
+lib/readline/ansi_stdlib.h ../posixheaders/ansi_stdlib.h
+lib/readline/memalloc.h ../posixheaders/memalloc.h
+lib/readline/xmalloc.c ../malloc/xmalloc.c
+#
+lib/tilde/memalloc.h ../posixheaders/memalloc.h
+#
+lib/doc-support/getopt.h ../../builtins/getopt.h
+#
+posixstat.h lib/posixheaders/posixstat.h
+ansi_stdlib.h lib/posixheaders/ansi_stdlib.h
+stdc.h lib/posixheaders/stdc.h
+memalloc.h lib/posixheaders/memalloc.h
+filecntl.h lib/posixheaders/filecntl.h