summaryrefslogtreecommitdiff
path: root/db/dist/s_all
diff options
context:
space:
mode:
Diffstat (limited to 'db/dist/s_all')
-rw-r--r--db/dist/s_all11
1 files changed, 8 insertions, 3 deletions
diff --git a/db/dist/s_all b/db/dist/s_all
index dab6c7591..02686b742 100644
--- a/db/dist/s_all
+++ b/db/dist/s_all
@@ -1,16 +1,21 @@
#!/bin/sh -
-# $Id: s_all,v 1.7 2000/12/22 15:35:32 bostic Exp $
+# $Id: s_all,v 1.11 2002/10/30 15:26:36 bostic Exp $
sh s_perm # permissions.
sh s_symlink # symbolic links.
+sh s_readme # distribution README file.
+
+#
+# The following order is important, s_include must run last.
+#
sh s_config # autoconf.
-sh s_readme # db/README file.
sh s_recover # logging/recovery files.
sh s_rpc # RPC files.
sh s_include # standard include files.
+
sh s_win32 # Win32 include files.
sh s_win32_dsp # Win32 build environment.
sh s_vxworks # VxWorks include files.
sh s_java # Java support.
-sh s_tcl # Tcl support.
+sh s_test # Test suite support.
sh s_tags # Tags files.