diff options
author | Joerg Bruehe <joerg@mysql.com> | 2008-08-27 16:03:39 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2008-08-27 16:03:39 +0200 |
commit | 4120228e12fd53e0677d3ba803e6801f5c828969 (patch) | |
tree | 77d1b65db88cd4baa07ab38631578f6c5cfec1a5 /scripts | |
parent | a3cd2e2dab67a8d4abbd3c13e2455296a3304c56 (diff) | |
parent | 7077649ef1a6201ba7f2c5792e8935ea0b4689cf (diff) | |
download | mariadb-git-4120228e12fd53e0677d3ba803e6801f5c828969.tar.gz |
Bug#37098 Get rid of "Installed (but unpackaged)" files in the RPM build
Merge it up from 5.0 to 5.1,
adapt to some version differences.
configure.in:
Add an "automake condition" whether InnoDB is configured
so that we can evaluate it for the (non)generation of "innochecksum".
In 5.1, the test command must differ from 5.0.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index ff9a4711832..339b2a4c219 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -385,6 +385,9 @@ copyfileto $BASE/include config.h include/* rm -f $BASE/include/Makefile* $BASE/include/*.in $BASE/include/config-win.h +# In a NetWare binary package, these tools and their manuals are not useful +rm -f $BASE/man/man1/make_win_* + copyfileto $BASE/support-files support-files/* copyfileto $BASE/share scripts/*.sql @@ -427,6 +430,7 @@ fi rm -f $BASE/bin/Makefile* $BASE/bin/*.in $BASE/bin/*.sh \ $BASE/bin/mysql_install_db $BASE/bin/make_binary_distribution \ + $BASE/bin/make_win_* \ $BASE/bin/setsomevars $BASE/support-files/Makefile* \ $BASE/support-files/*.sh |