mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-new ndb/Makefile.am: Auto merged
This commit is contained in:
commit
81202460be
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# 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.
|
||||
#
|
||||
make distclean
|
||||
test -f Makefile && make distclean
|
||||
aclocal
|
||||
autoheader
|
||||
libtoolize --automake --force --copy
|
||||
|
|
|
@ -20,7 +20,8 @@ dist-hook:
|
|||
done
|
||||
|
||||
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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue