Skip to content

Commit f7232f3

Browse files
committed
- make distcheck work with jobserver
- include tools in export
1 parent 5d239be commit f7232f3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/buildbot export-ignore
22
/debian export-ignore
3-
/tools export-ignore
43
/debian export-ignore
54
/gentoo export-ignore
65
/images export-ignore
76
/rpm export-ignore
87
/wxsmith export-ignore
98
/formbuilder export-ignore
10-

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,9 @@ add_custom_target(dist cd ${CMAKE_SOURCE_DIR} &&
414414
)
415415

416416
# setup make distcheck
417-
add_custom_target(distcheck cd ${CMAKE_BINARY_DIR} &&
417+
add_custom_target(distcheck + cd ${CMAKE_BINARY_DIR} &&
418418
rm -rf ${PACKAGE_NAME}-${PACKAGE_VERSION} &&
419-
gzip -df ${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz &&
420-
tar -xf ${PACKAGE_NAME}-${PACKAGE_VERSION}.tar &&
419+
tar -xzf ${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz &&
421420
cd ${PACKAGE_NAME}-${PACKAGE_VERSION}/ &&
422421
cmake . && make
423422
)

0 commit comments

Comments
 (0)