Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/distrib/sets/lists



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


Home | Main Index | Thread Index | Old Index