mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
6a6e9a1fac
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) storage/bdb/dist/s_all: When not generating 'tags' file, also don't generate symlinks to it (or make dist will fail/behave wierdly). (Copy of a change done by Kristian Nielsen, to test it.)
21 lines
568 B
Bash
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.
|