From 77b2c49e28312acd46585c1613c7d4151713b7ce Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 17 Feb 2025 17:06:26 +0000 Subject: [PATCH] conf.mk: Add dummy test target Directories with conf.mk error out on the test target, so add a no-op test target. Signed-off-by: Jan Lindemann --- make/conf.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/conf.mk b/make/conf.mk index fe734f77..e8548d01 100644 --- a/make/conf.mk +++ b/make/conf.mk @@ -6,6 +6,7 @@ all: clean: clean.conf install: install_CFG install_files_SYSCFG install_files_LOGROT install_files_CRONTAB install_files_RSYSLOG \ install_files_APACHE_CONF install_files_SYSTEMD install_files_INIT $(CONF_D) +test: clean.conf: $(RM) -rf *~ .*.swp *.done