[mapguide-commits] r10100 - branches/4.0/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Aug 20 05:00:11 PDT 2024


Author: jng
Date: 2024-08-20 05:00:11 -0700 (Tue, 20 Aug 2024)
New Revision: 10100

Modified:
   branches/4.0/MgDev/cmake_bootstrap.sh
Log:
Build acquired SWIG with silent rules

Modified: branches/4.0/MgDev/cmake_bootstrap.sh
===================================================================
--- branches/4.0/MgDev/cmake_bootstrap.sh	2024-08-20 11:59:17 UTC (rev 10099)
+++ branches/4.0/MgDev/cmake_bootstrap.sh	2024-08-20 12:00:11 UTC (rev 10100)
@@ -151,7 +151,7 @@
     cd /tmp/download/swig-4.1.1/ || exit
     ./autogen.sh
     check_build
-    ./configure
+    ./configure --enable-silent-rules
     check_build
     make
     check_build



More information about the mapguide-commits mailing list