mariadb/storage/bdb/dist/s_all
joerg@mysql.com 01d0454109 storage/bdb/dist/s_all
When not generating 'tags' file, also don't generate symlinks to it (or make dist will fail/behave wierdly).
(origin:   1.1985 05/12/22 23:31:15 knielsen@mysql.com +1 -0)
2005-12-23 12:46:48 +01:00

21 lines
568 B
Bash

#!/bin/sh -
# $Id: s_all,v 12.0 2004/11/17 03:43:35 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_win32 # Win32 include files.
sh s_win32_dsp # Win32 build environment.
#sh s_vxworks # VxWorks include files.
#sh s_java # Java support.
#sh s_test # Test suite support.
#sh s_tags # Tags files.