From: <sv...@op...> - 2025-07-17 11:26:34
|
Author: manx Date: Thu Jul 17 13:26:06 2025 New Revision: 23790 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23790 Log: Merged revision(s) 23783 from trunk/OpenMPT: [Mod] build: Do not use -Werror in dist.sh. ........ Modified: branches/OpenMPT-1.26/ (props changed) branches/OpenMPT-1.26/build/auto/dist.sh Modified: branches/OpenMPT-1.26/build/auto/dist.sh ============================================================================== --- branches/OpenMPT-1.26/build/auto/dist.sh Thu Jul 17 13:25:03 2025 (r23789) +++ branches/OpenMPT-1.26/build/auto/dist.sh Thu Jul 17 13:26:06 2025 (r23790) @@ -56,10 +56,10 @@ make clean-dist # Check the build -make STRICT=1 clean -make STRICT=1 -make STRICT=1 check -make STRICT=1 clean +make clean +make +make check +make clean # Build Unix-like tarball, Windows zipfile and docs tarball make dist |