diff --git a/CMakeLists.txt b/CMakeLists.txt index a4daf05..81d4401 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,6 @@ option(ENABLE_QUOTA_SUPPORT "Should we build Mars Nwe with Quota Support?" ON) option(ENABLE_XATTR "Should we build Mars Nwe with extended attribute support?" ON) option(MARS_NWE_INSTALL_DOSUTILS "Install DOS client utilities" ON) option(MARS_NWE_INSTALL_NEW_DOSUTILS "Install the new/experimental DOS client utilities instead of legacy netold.exe" OFF) -option(MARS_NWE_BUILD_DOSUTILS "Build DOS client utilities with Open Watcom" OFF) option(MARS_NWE_BUILD_TESTS "Build optional mars_nwe integration tests" OFF) set(MARS_NWE_SMART_ADMIN_GROUP "root" CACHE STRING "Unix group allowed to log in to the SMArT/nwwebui admin interface") @@ -214,7 +213,7 @@ message(STATUS "Mars Nwe pid: ${MARS_NWE_PID_DIR}") message(STATUS "SMArT admin group: ${MARS_NWE_SMART_ADMIN_GROUP}") message(STATUS "Install DOS utilities: ${MARS_NWE_INSTALL_DOSUTILS}") message(STATUS "Install new DOS utilities: ${MARS_NWE_INSTALL_NEW_DOSUTILS}") -message(STATUS "Build DOS utilities: ${MARS_NWE_BUILD_DOSUTILS}") +message(STATUS "Build DOS utilities: ${MAINTAINER_BUILD} (maintainer build)") message(STATUS "Maintainer build: ${MAINTAINER_BUILD}") message(STATUS "Packet Burst support: ${ENABLE_BURSTMODE}") diff --git a/dosutils b/dosutils index 6d2d3f3..3435f99 160000 --- a/dosutils +++ b/dosutils @@ -1 +1 @@ -Subproject commit 6d2d3f367f0210d1b7373890bc36b25eb3b2faf7 +Subproject commit 3435f9935c703a4242f245c404415e549aec345a