Commit ac22cdc5 authored by unknown's avatar unknown

- cleanup: removed the empty NEW-RPMS directory and all references

 - cleanup: removed obsolete support-files/MacOSX/make_mysql_pkg.pl
   script (we now use Do-pkg for building OS X packages)


BitKeeper/deleted/.del-.cvsignore~4c7a1f88a5a62a24:
  Delete: NEW-RPMS/.cvsignore
BitKeeper/deleted/.del-make_mysql_pkg.pl~caac82eb901cc206:
  Delete: support-files/MacOSX/make_mysql_pkg.pl
netware/BUILD/compile-linux-tools:
   - removed reference to the NEW-RPMS directory
netware/BUILD/compile-netware-END:
   - removed reference to the NEW-RPMS directory
netware/BUILD/compile-netware-src:
   - removed reference to the NEW-RPMS directory
parent 0ffe070c
...@@ -18,7 +18,6 @@ path=`dirname $0` ...@@ -18,7 +18,6 @@ path=`dirname $0`
if test -e "Makefile"; then make -k clean; fi if test -e "Makefile"; then make -k clean; fi
# remove files # remove files
rm -f NEW-RPMS/*
rm -f */.deps/*.P rm -f */.deps/*.P
rm -f */*.linux rm -f */*.linux
......
...@@ -12,7 +12,6 @@ path=`dirname $0` ...@@ -12,7 +12,6 @@ path=`dirname $0`
if test -e "Makefile"; then make -k clean; fi if test -e "Makefile"; then make -k clean; fi
# remove files # remove files
rm -f NEW-RPMS/*
rm -f */.deps/*.P rm -f */.deps/*.P
rm -rf Makefile.in.bk rm -rf Makefile.in.bk
......
...@@ -21,7 +21,6 @@ if test -e "Makefile"; then ...@@ -21,7 +21,6 @@ if test -e "Makefile"; then
fi fi
# remove other files # remove other files
rm -f NEW-RPMS/*
rm -f */.deps/*.P rm -f */.deps/*.P
rm -rf Makefile.in.bk rm -rf Makefile.in.bk
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment