summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Engestrom2020-05-17 19:12:57 +0200
committerEric Engestrom2020-05-17 19:13:00 +0200
commiteb38fcf1949c92aed01f3ed6541247e7e7baa55b (patch)
treeddfe561141326bf22507923d3eccae4d59464953 /PKGBUILD
parent51db295037d93092fd7e53c963992fedbb9ac1a9 (diff)
downloadaur-eb38fcf1949c92aed01f3ed6541247e7e7baa55b.tar.gz
drop message about incremental vs clean build
Let's just assume the user knows what they're doing and know how to fix issues caused by incremental builds.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a94224ff8e69..724313f7e595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,13 +15,6 @@ makedepends=(git)
depends=(vulkan-icd-loader qt5-base qt5-x11extras)
prepare() {
- if [ -d build ]
- then
- msg2 "Build dir already exist; performing an incremental build"
- msg2 "If you want to perform a clean build, please delete $(realpath build)"
- return
- fi
-
git -C VulkanCapsViewer submodule init
git -C VulkanCapsViewer config submodule.Vulkan-Headers.url "$srcdir/Vulkan-Headers"
git -C VulkanCapsViewer submodule update