pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/misc
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 5 06:31:58 UTC 2025
Modified Files:
pkgsrc/mk/misc: toplevel.mk
Log Message:
mk: make sure progress markers for PKGDB end on a new line
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mk/misc/toplevel.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/misc/toplevel.mk
diff -u pkgsrc/mk/misc/toplevel.mk:1.9 pkgsrc/mk/misc/toplevel.mk:1.10
--- pkgsrc/mk/misc/toplevel.mk:1.9 Mon May 5 06:24:57 2025
+++ pkgsrc/mk/misc/toplevel.mk Mon May 5 06:31:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: toplevel.mk,v 1.9 2025/05/05 06:24:57 wiz Exp $
+# $NetBSD: toplevel.mk,v 1.10 2025/05/05 06:31:58 wiz Exp $
#
# This file contains the make targets that can be used from the
# top-level Makefile. They are in this separate file to keep the
@@ -65,6 +65,7 @@ ${.CURDIR}/PKGDB:
npkg=`${EXPR} $$npkg + 1` ; \
cd $$PKGSRCDIR ; \
done
+ @${ECHO_MSG}
.PHONY: index
index:
Home |
Main Index |
Thread Index |
Old Index