From 54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 17 Dec 2016 21:28:53 -0800 Subject: Berkeley DB 4.8 with rust build script for linux. --- db-4.8.30/dist/s_all | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 db-4.8.30/dist/s_all (limited to 'db-4.8.30/dist/s_all') diff --git a/db-4.8.30/dist/s_all b/db-4.8.30/dist/s_all new file mode 100755 index 0000000..da6ab70 --- /dev/null +++ b/db-4.8.30/dist/s_all @@ -0,0 +1,40 @@ +#!/bin/sh - +# $Id$ + +sh s_perm # permissions. +sh s_readme # distribution README file. + +sh s_config # autoconf. +sh s_apiflags # API flags. +sh s_rpc # RPC files. +sh s_sig # Structure signature. +sh s_recover # logging/recovery files. +sh s_message # replication and repmgr message files. + +############################################################# +# The following order is important, s_include must run after +# the other source files have been created. +############################################################# +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. + +############################################################# +# Create the build environments last, they use files created +# by previous steps. +############################################################# +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. -- cgit v1.2.3