re: do people think current builds now? -- I don't
matthew green <[email protected]>
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
> I had 106 symlinks in src/. This is straight CVS, just "cvs update -d > -P" with nothing odd, over a very long period of time (years), with > copies and "cvs up -r netbsd-N" once. a normal netbsd src tree with obj elsewhere should have zero symlinks. r/o src breaks your build instead of setting you up to fail in the future at some point. this is why i really recommend it. FWIW, when ever i have a question i've got a problem i use: cvs -dPA -I\! -ICVS (actually, -I.CVS because i choose .CVS/ dirs.) which will find all the unexpected files, even if otherwise ignored. .mrg.