Page MenuHomeFreeBSD

Show directory for SUBDIRs which also run their own targets.
AbandonedPublic

Authored by bdrewery on Sep 23 2015, 11:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 12 2024, 11:27 AM
Unknown Object (File)
Sep 25 2023, 7:36 AM
Unknown Object (File)
Aug 10 2023, 1:17 PM
Unknown Object (File)
May 20 2023, 2:09 AM
Unknown Object (File)
Jan 7 2023, 10:44 PM
Unknown Object (File)
Dec 29 2022, 3:20 PM
Unknown Object (File)
Dec 19 2022, 9:28 AM
Unknown Object (File)
Apr 19 2017, 3:59 AM
Subscribers
None

Details

Summary

To remove confusion on SUBDIRS that also have their own targets, show
a directory output before running their command. This is useful in
cases such as tests/ where 'make clean' appears to run the same command
3 times in a row, when really it is in 3 different subdirs are they are
coming back up the chain.

This became more noticeable after rS288158

Example in P77

Test Plan

cd test && make clean

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 598
Build 598: arc lint + arc unit

Event Timeline

bdrewery retitled this revision from to Show directory for SUBDIRs which also run their own targets..
bdrewery updated this object.
bdrewery edited the test plan for this revision. (Show Details)
bdrewery added reviewers: imp, emaste, brooks, bapt, ngie.
bdrewery updated this object.
bdrewery updated this object.
bdrewery updated this object.

Don't show the output from bsd.progs.mk which sets SUBDIR=

I should note that this is just "more noticeable" after rS288158; that commit actually FIXED these files not being cleaned.

Sample output in P77 looks good

emaste edited edge metadata.
This revision is now accepted and ready to land.Sep 6 2016, 12:09 AM

I decided against this for now.