Skip to content

Commit

Permalink
More root dir cleanup
Browse files Browse the repository at this point in the history
Takes into account feedback from devs
  • Loading branch information
tresf committed Jul 30, 2015
1 parent 5e84060 commit 95f0b29
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .travis/linux.win32.script.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export CMAKE_OPTS="-DUSE_WERROR=ON"
../cmake/scripts/build_mingw32 || ../cmake/scripts/build_mingw32
../buildtools/build_mingw32 || ../buildtools/build_mingw32
2 changes: 1 addition & 1 deletion .travis/linux.win64.script.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export CMAKE_OPTS="-DUSE_WERROR=ON"
../cmake/scripts/build_mingw64 || ../cmake/scripts/build_mingw64
../buildtools/build_mingw64 || ../buildtools/build_mingw64
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ FIND_PACKAGE(Git)
IF(GIT_FOUND)
SET(CONTRIBUTORS "${CMAKE_BINARY_DIR}/CONTRIBUTORS")
EXECUTE_PROCESS(
COMMAND "${GIT_EXECUTABLE}" config mailmap.file doc/.mailmap
COMMAND "${GIT_EXECUTABLE}" shortlog -sne
COMMAND cut -c8-
OUTPUT_FILE "${CONTRIBUTORS}"
Expand Down Expand Up @@ -499,7 +498,7 @@ ADD_CUSTOM_TARGET(dist
COMMAND make clean
COMMAND rm -rf "${TMP}"
COMMAND mkdir -p "${TMP}"
COMMAND cp AUTHORS build_mingw32 build_mingw64 CMakeLists.txt configure COPYING INSTALL README.md TODO "${TMP}"
COMMAND cp CMakeLists.txt LICENSE.txt INSTALL README.md "${TMP}"
COMMAND cp -r buildtools cmake data doc include plugins src "${TMP}"
COMMAND rm -rf `find "${TMP}" -name cmake_install.cmake` `find "${TMP}" -name Makefile` `find "${TMP}" -type d -name CMakeFiles` "${TMP}/CMakeCache.txt"
COMMAND tar cjf lmms-${VERSION}-src.tar.bz2 "${TMP}"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 95f0b29

Please sign in to comment.