Skip to content

Commit b6b9839

Browse files
dev0zdsingh
andauthored
cleanup (#302)
Co-authored-by: dsingh <[email protected]>
1 parent fa2caa7 commit b6b9839

File tree

3 files changed

+0
-127
lines changed

3 files changed

+0
-127
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,6 @@ if(BUILD_ASAN)
312312
else()
313313
SET(RELEASE_PACKAGE_FILE_NAME "waflz_${CPACK_DEBIAN_PACKAGE_VERSION}_${CPACK_DEBIAN_PACKAGE_ARCHITECTURE}.deb")
314314
endif()
315-
add_custom_target(release
316-
COMMAND ${CMAKE_SOURCE_DIR}/support/deb2tar.sh -d ${CMAKE_BINARY_DIR}/${RELEASE_PACKAGE_FILE_NAME}
317-
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
318-
)
319315
# ------------------------------------------------------------------------------
320316
# docs
321317
# ------------------------------------------------------------------------------

build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ main() {
6464
make test && \
6565
umask 0022 && chmod -R a+rX . && \
6666
make package && \
67-
make release && \
6867
popd && \
6968
exit $?
7069
}

support/deb2tar.sh

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)