From 9bcf750a4cb30fc1a085c4cc9d979691d2087f91 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Mon, 3 Apr 2023 16:17:42 +0100 Subject: [PATCH] add comment in Makefile.common --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index f81fbbe..85e6fda 100644 --- a/Makefile.common +++ b/Makefile.common @@ -342,6 +342,7 @@ srpm: sources $(TARGETS) $(RPM_WITH_DIRS) $(DIST_DEFINES) --nodeps -bs $(SPECFILE) endif +# Create the .tar.gz or whatever file $(ARCHIVEFILE): $(shell $(COMMON_DIR)/make-archive.sh)