On Tue, Mar 19, 2019 at 08:04:18 +1100, matthew green wrote:

> "Thomas Klausner" writes:
> > Module Name:        src
> > Committed By:       wiz
> > Date:               Mon Mar 18 09:03:08 UTC 2019
> > 
> > Modified Files:
> >     src/distrib/sets/lists/comp: ad.mips
> >     src/distrib/sets/lists/debug: ad.mips
> > 
> > Log Message:
> > Remove weird lines from set lists.
> 
> was there a problem?  these lines actually mean something,
> and last time i tried this the build broke.

Right, handling these is buried in an AWK script emedded in
src/distrib/sets/sets.subr

  /^-/ {
      notwanted[substr($1, 2)] = 1;
      delete list [substr($1, 2)];
      next;
  }

-uwe

Reply via email to