From ee9cf43587d5fef3a0f6d97ef50b8cf848945bcb Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 23 Aug 2024 04:13:15 +0200 Subject: fully support out of tree builds * You no longer have to copy contrib/scintilla, contrib/scinterm and contrib/lexilla manually to the build directory. * It turns out, that Scintilla/Lexilla was supporting this since 2016. Scintilla allows pointing to a source directory (srdir) and Lexilla to a binary directory (DIR_O). * For Scinterm I opened a pull request in order to add srcdir/basedir variables: https://github.com/orbitalquark/scinterm/pull/21 * `make distcheck` is therefore now also fixed. * The FreeBSD package is now allowed to build out of source. I haven't tested it yet. * See also https://github.com/ScintillaOrg/lexilla/issues/266 --- debian/rules | 6 ------ 1 file changed, 6 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 77936a9..fb1d65e 100755 --- a/debian/rules +++ b/debian/rules @@ -34,9 +34,6 @@ build build-arch build-indep: build-curses-stamp build-gtk-stamp; build-curses-stamp: dh_testdir rm -rf build-curses - mkdir -p build-curses/contrib - cp -r contrib/scintilla contrib/scinterm contrib/lexilla \ - build-curses/contrib/ dh_auto_configure -Bbuild-curses -- \ --with-interface=ncurses dh_auto_build -Bbuild-curses @@ -48,9 +45,6 @@ build-curses-stamp: build-gtk-stamp: dh_testdir rm -rf build-gtk - mkdir -p build-gtk/contrib - cp -r contrib/scintilla contrib/lexilla \ - build-gtk/contrib/ dh_auto_configure -Bbuild-gtk -- \ --program-prefix=g \ --with-interface=gtk -- cgit v1.2.3