From 02ccefbf584c4cb3167ae28f0af57c29bde41ceb Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 13 Apr 2021 12:52:25 +0200 Subject: Mk: Run apply-slist earlier. This allows SUB_FILES generated files to be available earlier than staging, and use them during the build. --- Mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk') diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index eaa588c56203..db32745e215c 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5303,7 +5303,7 @@ _PATCH_SEQ= 050:ask-license 100:patch-message 150:patch-depends \ _CONFIGURE_DEP= patch _CONFIGURE_SEQ= 150:build-depends 151:lib-depends 160:create-binary-alias \ 161:create-binary-wrappers \ - 200:configure-message \ + 200:configure-message 210:apply-slist \ 300:pre-configure 450:pre-configure-script \ 490:run-autotools-fixup 500:do-configure 700:post-configure \ 850:post-configure-script \ @@ -5316,7 +5316,7 @@ _STAGE_DEP= build # STAGE is special in its numbering as it has install and stage, so install is # the main, and stage goes after. _STAGE_SEQ= 050:stage-message 100:stage-dir 150:run-depends \ - 200:apply-slist 300:pre-install \ + 300:pre-install \ 400:generate-plist 450:pre-su-install 475:create-users-groups \ 500:do-install 550:kmod-post-install 600:fixup-lib-pkgconfig 700:post-install \ 750:post-install-script 800:post-stage 850:compress-man \ -- cgit v1.2.3