summaryrefslogtreecommitdiff
path: root/db/dist/s_all
diff options
context:
space:
mode:
Diffstat (limited to 'db/dist/s_all')
-rwxr-xr-xdb/dist/s_all30
1 files changed, 0 insertions, 30 deletions
diff --git a/db/dist/s_all b/db/dist/s_all
deleted file mode 100755
index 2de424704..000000000
--- a/db/dist/s_all
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh -
-# $Id: s_all,v 12.8 2007/07/06 16:29:16 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_recover # logging/recovery files.
-sh s_rpc # RPC files.
-sh s_include # standard include files.
-
-sh s_java # Java support.
-sh s_test # Test suite support.
-sh s_tags # Tags files.
-
-# We only build the Cscope file for releases, it's too big to commit
-# into the CVS tree.
-#sh s_cscope # Cscope files.
-
-sh s_brew # BREW support.
-sh s_brew_dsp # BREW support: build environment.
-sh s_s60 # S60 support.
-sh s_s60_mmp # S60 support: build environment.
-sh s_vxworks # VxWorks support.
-sh s_windows # Windows support.
-sh s_windows_dsp # Windows support: build environment.