Page MenuHomeFreeBSD

Move all shell related files to bin/sh/ and bin/csh/
ClosedPublic

Authored by brd on Aug 14 2018, 2:14 PM.
Tags
None
Referenced Files
F146224554: D16708.id.diff
Sat, Feb 28, 9:57 PM
F146201171: D16708.id46659.diff
Sat, Feb 28, 5:14 PM
F146148455: D16708.id46659.diff
Sat, Feb 28, 5:52 AM
Unknown Object (File)
Fri, Feb 27, 5:40 AM
Unknown Object (File)
Sun, Feb 15, 9:26 AM
Unknown Object (File)
Mon, Feb 9, 12:23 PM
Unknown Object (File)
Jan 11 2026, 11:10 AM
Unknown Object (File)
Jan 10 2026, 10:27 PM
Subscribers

Details

Test Plan

Compare the results from make distribution

Diff Detail

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

Event Timeline

will requested changes to this revision.Aug 14 2018, 8:57 PM

Issues using LINKS, on cursory inspection.

bin/csh/Makefile
53

bsd.links.mk prepends ${DESTDIR} to both source and target.

bin/sh/Makefile
40

See above.

68

Why is this appropriate for this particular file?

This revision now requires changes to proceed.Aug 14 2018, 8:57 PM
brd marked 2 inline comments as done.

Update to remove DESTDIR from LINKS

bin/sh/Makefile
68

That is what we do today in etc/Makefile.. but it has been there for almost 10 years, so perhaps it is time for it to go.

This revision is now accepted and ready to land.Aug 15 2018, 2:10 PM
This revision was automatically updated to reflect the committed changes.