File tree Expand file tree Collapse file tree 3 files changed +0
-127
lines changed Expand file tree Collapse file tree 3 files changed +0
-127
lines changed Original file line number Diff line number Diff line change @@ -312,10 +312,6 @@ if(BUILD_ASAN)
312
312
else ()
313
313
SET (RELEASE_PACKAGE_FILE_NAME "waflz_${CPACK_DEBIAN_PACKAGE_VERSION} _${CPACK_DEBIAN_PACKAGE_ARCHITECTURE} .deb" )
314
314
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
- )
319
315
# ------------------------------------------------------------------------------
320
316
# docs
321
317
# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ main() {
64
64
make test && \
65
65
umask 0022 && chmod -R a+rX . && \
66
66
make package && \
67
- make release && \
68
67
popd && \
69
68
exit $?
70
69
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments