diff options
author | unknown <lenz@mysql.com> | 2005-10-27 18:34:20 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-10-27 18:34:20 +0200 |
commit | 62359c2dd0ae232b3edda26bea790bec511b5722 (patch) | |
tree | 27991a679a4f5f66718af91d9c80a00f192d5096 /netware | |
parent | ae60d9dd7deb5890146a788dc5127fa3ef17d893 (diff) | |
parent | ac22cdc57745fe810546b4929d096019aaba00e2 (diff) | |
download | mariadb-git-62359c2dd0ae232b3edda26bea790bec511b5722.tar.gz |
Merge mysql.com:/data0/mysqldev/lenz/mysql-4.0
into mysql.com:/data0/mysqldev/lenz/mysql-4.1
netware/BUILD/compile-linux-tools:
Auto merged
Diffstat (limited to 'netware')
-rwxr-xr-x | netware/BUILD/compile-linux-tools | 1 | ||||
-rwxr-xr-x | netware/BUILD/compile-netware-END | 1 | ||||
-rw-r--r-- | netware/BUILD/compile-netware-src | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/netware/BUILD/compile-linux-tools b/netware/BUILD/compile-linux-tools index 70f07be649e..744bb1d4c3d 100755 --- a/netware/BUILD/compile-linux-tools +++ b/netware/BUILD/compile-linux-tools @@ -18,7 +18,6 @@ path=`dirname $0` if test -e "Makefile"; then make -k clean; fi # remove files -rm -f NEW-RPMS/* rm -f */.deps/*.P rm -f */*.linux diff --git a/netware/BUILD/compile-netware-END b/netware/BUILD/compile-netware-END index 2bd59f97114..c5c08cea908 100755 --- a/netware/BUILD/compile-netware-END +++ b/netware/BUILD/compile-netware-END @@ -12,7 +12,6 @@ path=`dirname $0` if test -e "Makefile"; then make -k clean; fi # remove files -rm -f NEW-RPMS/* rm -f */.deps/*.P rm -rf Makefile.in.bk diff --git a/netware/BUILD/compile-netware-src b/netware/BUILD/compile-netware-src index df7f6fcdd1a..f4e8a53ffea 100644 --- a/netware/BUILD/compile-netware-src +++ b/netware/BUILD/compile-netware-src @@ -21,7 +21,6 @@ if test -e "Makefile"; then fi # remove other files -rm -f NEW-RPMS/* rm -f */.deps/*.P rm -rf Makefile.in.bk |