From ebd0905a3f78fd7d8e28125b00f78a069427c852 Mon Sep 17 00:00:00 2001 From: Michal Domonkos Date: Thu, 10 Aug 2023 14:28:51 +0200 Subject: [PATCH] Simplify BYPRODUCTS in "make tree" The inner structure of mktree.output/ should be treated as an implementation detail of the mktree backend in use. All we care for here is that it's purged on a "make clean". No functional change since only mktree.fedora uses this directory currently and it already recreates the other contents (inst/) on each rebuild anyway. --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9e6a79a0e2..20b758083e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -137,7 +137,7 @@ add_custom_command(OUTPUT rpmtests add_custom_target(tree COMMAND ./mktree build - BYPRODUCTS mktree.output/base + BYPRODUCTS mktree.output DEPENDS rpmtests DEPENDS ${TESTPROGS} DEPENDS ${TOP_TARGETS}