mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
All 'Makefile's must use '$(AR)' (not just 'ar') because the variable may contain options.
libmysqld/Makefile.am: Always use 'make' variable '$(AR)' so that options (AIX 64 bit!) are included. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
@@ -57,6 +57,7 @@ jcole@main.burghcom.com
|
|||||||
jcole@mugatu.spaceapes.com
|
jcole@mugatu.spaceapes.com
|
||||||
jcole@sarvik.tfr.cafe.ee
|
jcole@sarvik.tfr.cafe.ee
|
||||||
jcole@tetra.spaceapes.com
|
jcole@tetra.spaceapes.com
|
||||||
|
joerg@mysql.com
|
||||||
jorge@linux.jorge.mysql.com
|
jorge@linux.jorge.mysql.com
|
||||||
kaj@work.mysql.com
|
kaj@work.mysql.com
|
||||||
konstantin@mysql.com
|
konstantin@mysql.com
|
||||||
|
@@ -89,9 +89,9 @@ libmysqld.a: libmysqld_int.a $(INC_LIB)
|
|||||||
cd tmp ; \
|
cd tmp ; \
|
||||||
for file in *.a ; do \
|
for file in *.a ; do \
|
||||||
bfile=`basename $$file .a` ; \
|
bfile=`basename $$file .a` ; \
|
||||||
ar x $$file; \
|
$(AR) x $$file; \
|
||||||
for obj in *.o ; do mv $$obj $${bfile}_$$obj ; done ; \
|
for obj in *.o ; do mv $$obj $${bfile}_$$obj ; done ; \
|
||||||
ar q ../libmysqld_int2.a *.o ; \
|
$(AR) q ../libmysqld_int2.a *.o ; \
|
||||||
rm -f *.o ; \
|
rm -f *.o ; \
|
||||||
done ; \
|
done ; \
|
||||||
cd .. ; \
|
cd .. ; \
|
||||||
|
Reference in New Issue
Block a user