]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/mingw/sigrok-cross-mingw
license: remove FSF postal address from boiler plate license text
[sigrok-util.git] / cross-compile / mingw / sigrok-cross-mingw
index 86e4486646a2950dfa2bf45b9b2231cd1204e138..8465f4a870b006481abf35d0f00718b4390a7810 100755 (executable)
@@ -15,8 +15,7 @@
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 set -e
@@ -202,7 +201,6 @@ if [ $DEBUG = 1 ]; then
        patch -p1 < ../../pv_mwindows.patch
 fi
 cmake $CM -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DDISABLE_WERROR=y -DENABLE_TESTS=y .
-exit
 make $PARALLEL $V
 if [ $DEBUG = 1 ]; then
        make install $V