diff options
author | unknown <lenz@mysql.com> | 2003-04-11 17:20:32 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-04-11 17:20:32 +0200 |
commit | aa418f0f176c0e39c48e18df67a4ba9ee19a78c6 (patch) | |
tree | 687a4d1b396a7b6399ee3a6c0b59e422992c0217 /bdb | |
parent | 18cccabf1394b7cc979eee177f240862611a27c4 (diff) | |
download | mariadb-git-aa418f0f176c0e39c48e18df67a4ba9ee19a78c6.tar.gz |
- 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)
Diffstat (limited to 'bdb')
-rw-r--r-- | bdb/dist/s_all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdb/dist/s_all b/bdb/dist/s_all index ee0041032d8..132017def3c 100644 --- a/bdb/dist/s_all +++ b/bdb/dist/s_all @@ -20,4 +20,4 @@ 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. +sh s_tags # Tags files. |