diff options
author | tim@threads.polyesthetic.msg <> | 2001-03-04 19:42:05 -0500 |
---|---|---|
committer | tim@threads.polyesthetic.msg <> | 2001-03-04 19:42:05 -0500 |
commit | 89dad52004ecba5a380aeebb0e2a9beaae88eb86 (patch) | |
tree | 9dd732e08dba156ee3d7635caedc0dc3107ecac6 /bdb/dist/s_all | |
parent | 639a1069d313843288ba6d9cb54b290073a748a7 (diff) | |
download | mariadb-git-89dad52004ecba5a380aeebb0e2a9beaae88eb86.tar.gz |
Import changeset
Diffstat (limited to 'bdb/dist/s_all')
-rw-r--r-- | bdb/dist/s_all | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bdb/dist/s_all b/bdb/dist/s_all new file mode 100644 index 00000000000..dab6c75913b --- /dev/null +++ b/bdb/dist/s_all @@ -0,0 +1,16 @@ +#!/bin/sh - +# $Id: s_all,v 1.7 2000/12/22 15:35:32 bostic Exp $ + +sh s_perm # permissions. +sh s_symlink # symbolic links. +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_tags # Tags files. |