Skip to content

Commit

Permalink
cleanup: remove libedit, move readline to extra/
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Oct 1, 2014
1 parent 74a552d commit 88cebbd
Show file tree
Hide file tree
Showing 115 changed files with 3 additions and 22,385 deletions.
4 changes: 2 additions & 2 deletions cmake/readline.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ ENDMACRO()
MACRO (MYSQL_USE_BUNDLED_READLINE)
SET(USE_NEW_READLINE_INTERFACE 1)
SET(HAVE_HIST_ENTRY 0 CACHE INTERNAL "" FORCE)
SET(READLINE_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/cmd-line-utils)
SET(READLINE_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/extra)
SET(READLINE_LIBRARY readline)
ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/cmd-line-utils/readline)
ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/extra/readline)
ENDMACRO()

MACRO (MYSQL_FIND_SYSTEM_READLINE)
Expand Down
191 changes: 0 additions & 191 deletions cmd-line-utils/libedit/CMakeLists.txt

This file was deleted.

50 changes: 0 additions & 50 deletions cmd-line-utils/libedit/README

This file was deleted.

Loading

0 comments on commit 88cebbd

Please sign in to comment.