Commit 475bc6c3 authored by jani@hynda.(none)'s avatar jani@hynda.(none)
Browse files

Removed GNU getopt from MySQL distribution (replaced by my_getopt)

parent 4f676e28
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -28,8 +28,7 @@ noinst_HEADERS = config-win.h \
			my_dir.h mysys_err.h my_base.h \
			my_nosys.h my_alarm.h queues.h \
			my_tree.h hash.h thr_alarm.h thr_lock.h \
			getopt.h my_getopt.h t_ctype.h violite.h md5.h \
			mysql_version.h.in
			t_ctype.h violite.h md5.h mysql_version.h.in

# mysql_version.h are generated
SUPERCLEANFILES =	mysql_version.h my_config.h
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c\
			my_delete.c my_rename.c my_redel.c my_tempnam.c \
			my_chsize.c my_lread.c my_lwrite.c my_clock.c \
			my_quick.c my_lockmem.c my_static.c \
			getopt.c getopt1.c my_getopt.c getvar.c my_mkdir.c \
			my_getopt.c getvar.c my_mkdir.c \
			default.c my_compress.c checksum.c raid.cc my_net.c \
			my_vsnprintf.c charset.c my_bitmap.c my_bit.c md5.c \
			my_gethostbyname.c

mysys/getopt.c

deleted100644 → 0
+0 −750

File deleted.

Preview size limit exceeded, changes collapsed.

mysys/getopt1.c

deleted100644 → 0
+0 −170

File deleted.

Preview size limit exceeded, changes collapsed.