[Bug 268070] Mk/bsd.port.mk: Generalize the 'make describe' command to allow custom commands run on individual ports

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 30 Nov 2022 13:36:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268070

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 

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.