2001-03-05 01:42:05 +01:00
|
|
|
#!/bin/sh -
|
2002-10-30 12:57:05 +01:00
|
|
|
# $Id: s_all,v 1.10 2001/08/04 14:01:44 bostic Exp $
|
2001-03-05 01:42:05 +01:00
|
|
|
|
2002-11-22 15:22:22 +01:00
|
|
|
sh s_dir
|
2002-11-19 13:02:19 +01:00
|
|
|
|
|
|
|
#sh s_perm # permissions.
|
2001-03-05 01:42:05 +01:00
|
|
|
sh s_symlink # symbolic links.
|
|
|
|
sh s_readme # db/README file.
|
2002-10-30 12:57:05 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# The following order is important, s_include must run last.
|
|
|
|
#
|
|
|
|
sh s_config # autoconf.
|
2001-03-05 01:42:05 +01:00
|
|
|
sh s_recover # logging/recovery files.
|
|
|
|
sh s_rpc # RPC files.
|
|
|
|
sh s_include # standard include files.
|
2002-10-30 12:57:05 +01:00
|
|
|
|
2001-03-05 01:42:05 +01:00
|
|
|
sh s_win32 # Win32 include files.
|
|
|
|
sh s_win32_dsp # Win32 build environment.
|
2002-11-22 15:22:22 +01:00
|
|
|
#sh s_vxworks # VxWorks include files.
|
|
|
|
#sh s_java # Java support.
|
2002-11-22 16:04:24 +01:00
|
|
|
sh s_test # Test suite support.
|
2002-11-22 15:22:22 +01:00
|
|
|
#sh s_tags # Tags files.
|