mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Removed GNU getopt from MySQL distribution (replaced by my_getopt)
BitKeeper/deleted/.del-getopt.c~a2dce359c5c071b1: Delete: mysys/getopt.c BitKeeper/deleted/.del-getopt1.c~e441714775f50c8f: Delete: mysys/getopt1.c
This commit is contained in:
parent
12f2919812
commit
6a97c5912f
5 changed files with 3 additions and 924 deletions
|
|
@ -62,7 +62,7 @@ mysysobjects1 = my_init.lo my_static.lo my_malloc.lo my_realloc.lo \
|
|||
my_getopt.lo my_gethostbyname.lo
|
||||
|
||||
# Not needed in the minimum library
|
||||
mysysobjects2 = getopt.lo getopt1.lo getvar.lo my_lib.lo
|
||||
mysysobjects2 = getvar.lo my_lib.lo
|
||||
mysysobjects = $(mysysobjects1) $(mysysobjects2)
|
||||
target_libadd = $(mysysobjects) $(mystringsobjects) $(dbugobjects) \
|
||||
$(vio_objects)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue