Date: Wed, 30 Nov 2022 13:36:00 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 268070] Mk/bsd.port.mk: Generalize the 'make describe' command to allow custom commands run on individual ports Message-ID: <bug-268070-7788-s23BJRXg4J@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268070-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-268070-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268070 Tobias C. Berner <tcberner@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tcberner@freebsd.org --- Comment #1 from Tobias C. Berner <tcberner@freebsd.org> --- moin moin=20 Why are you not simply walking the tree manually and running a command? for cat in ($(make -VSUBDIR)) ; for prt in ($(make -VSUBDIR -C${cat})) ; ... yourthing $cat/$prt done done I don't quite see at the moment what the benefit is of using the describe target here. mfg Tobias --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268070-7788-s23BJRXg4J>