mariadb/bdb/dist/s_all
lenz@mysql.com 1c629ffa98 - make sure to generate the BDB tags file, otherwise s_symlink will create
a lot of broken symlinks to the non-existing tags file (which magically
   causes the source distribution to grow about three times in size
   (most likely a bug in GNU tar - need to investigate if it still happens
   with recent versions)
2003-04-11 17:20:32 +02:00

23 lines
565 B
Bash

#!/bin/sh -
# $Id: s_all,v 1.10 2001/08/04 14:01:44 bostic Exp $
sh s_dir
#sh s_perm # permissions.
sh s_symlink # symbolic links.
sh s_readme # db/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.