Commit ff66be26 authored by pekka@clam.ndb.mysql.com's avatar pekka@clam.ndb.mysql.com

Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0

into  clam.ndb.mysql.com:/space/pekka/ndb/version/my50
parents 61dd5009 b95c0c4e
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# tree can then be picked up by "make dist" to create the "pristine source # tree can then be picked up by "make dist" to create the "pristine source
# package" that is used as the basis for all other binary builds. # package" that is used as the basis for all other binary builds.
# #
make distclean test -f Makefile && make distclean
aclocal aclocal
autoheader autoheader
libtoolize --automake --force --copy libtoolize --automake --force --copy
......
...@@ -20,7 +20,8 @@ dist-hook: ...@@ -20,7 +20,8 @@ dist-hook:
done done
windoze: windoze:
for i in `find . -name 'Makefile.am'`; do make -C `dirname $$i` windoze-dsp; done for i in `find . -name 'old_dirs' -prune -o -name 'Makefile.am' -print`; \
do make -C `dirname $$i` windoze-dsp; done
windoze-dsp: windoze-dsp:
......
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