Details
Details
- Reviewers
jhb imp - Commits
- rS281886: Reduce diffs between the three copies of libstand's Makefile
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/boot/userboot/libstand/Makefile | ||
---|---|---|
72โ73 โ | (On Diff #4205) | It looks like powerpc userboot would not have worked correctly due to this one. |
Comment Actions
Definitely an improvement. I'm not sure I wouldn't prefer to use LIBC for the libc-pulling bits in all three though. Also, it would be really nice to have a 'Makefile.stand' or 'stand.mk' that all three of these included that included most of these guts (perhaps you are planning to do that next?)
Comment Actions
Next stop: src/lib/libstand/Makefile.libstand (or the like) that all three variants can .include. :)
Comment Actions
Yes - I see three parts to converging these:
- reduce gratuitous formatting etc. differences (this change) - this should have no functional change
- address functional differences between the three (e.g. nandfs is missing from some, some have different compiler flags or arch support)
- converge on a single source for the three libstands