From 1b841e095d67cd6eba50f480599061273fadd027 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Tue, 19 Sep 2023 11:24:21 -0700 Subject: [PATCH] Update help comment for clean-pkgs-dir Signed-off-by: William Douglas --- Makefile.toplevel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.toplevel b/Makefile.toplevel index f9931fa..b021c46 100644 --- a/Makefile.toplevel +++ b/Makefile.toplevel @@ -126,7 +126,8 @@ endif pull: ${PULL_PKGS} #help clean-pkgs-dir: For packages that are no longer present in the distro, -#help removes the associated package repos from the ./packages tree +#help removes the associated package repos from the ./packages tree and stores +#help it in packages_old. If it already exists in packages_old, skip it. clean-pkgs-dir: $(PACKAGES_FILE) @for p in ${PKGS_ORPHANED}; do \ mkdir -p packages_old; \