diff options
author | lenz@mysql.com <> | 2005-10-28 11:10:29 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-10-28 11:10:29 +0200 |
commit | 8303ca007a2a1e3faecda75f3c7618148fbc1a76 (patch) | |
tree | c15923e36e29e7c3ec8b800bd4e5ebd635308327 /netware | |
parent | 74b8b449a4d70858758994114b9b559f3275e005 (diff) | |
parent | 0f3192323c4de51205b17cf0e8ea71f773d38517 (diff) | |
download | mariadb-git-8303ca007a2a1e3faecda75f3c7618148fbc1a76.tar.gz |
- after merge fixes
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 c85fced5739..26ac1d79f37 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 60ef428b2a9..f7da0d9596e 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 |