From 23a7f3baa33265519840609dc54e950615ec39b1 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 3 Jan 2020 18:04:08 +0200 Subject: Merge some QoL improvements from staging branch - Build executable in top-level buildroot - Use meson sourceset - Pull in poi-crash and poi-update from staging - Remove extraneous scripts in tools/ - Pull in configure scripts in scripts/ --- 3rd-party/breakpad/build.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 3rd-party/breakpad/build.sh (limited to '3rd-party/breakpad/build.sh') diff --git a/3rd-party/breakpad/build.sh b/3rd-party/breakpad/build.sh deleted file mode 100755 index 5e9b1e3..0000000 --- a/3rd-party/breakpad/build.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -if [ ! -f breakpad.git/src/third_party/lss/linux_syscall_support.h ]; then - mkdir -p breakpad.git/src/third_party/lss - curl -L https://chromium.googlesource.com/linux-syscall-support/+/master/linux_syscall_support.h?format=TEXT | base64 --decode > breakpad.git/src/third_party/lss/linux_syscall_support.h -fi - -buildpath=$(pwd)/build -if [ ! -d $buildpath ]; then - mkdir $buildpath -fi - -installpath=$(pwd)/install -if [ ! -d $installpath ]; then - mkdir $installpath -fi - -cd $buildpath -../breakpad.git/configure --prefix=$installpath -make -j 2 -make install -- cgit v1.2.1