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
Unknown Object (File)
Thu, Sep 25, 10:10 PM
Unknown Object (File)
Thu, Sep 25, 2:06 AM
Unknown Object (File)
Tue, Sep 23, 2:05 AM
Unknown Object (File)
Sep 5 2025, 7:45 AM
Unknown Object (File)
Aug 30 2025, 12:30 AM
Unknown Object (File)
Aug 27 2025, 11:22 PM
Unknown Object (File)
Aug 19 2025, 3:35 PM
Unknown Object (File)
Aug 10 2025, 9:29 PM
Subscribers

Details

Test Plan

Compare the results from make distribution

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

Issues using LINKS, on cursory inspection.

bin/csh/Makefile
53 ↗(On Diff #46659)

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

bin/sh/Makefile
40 ↗(On Diff #46659)

See above.

68 ↗(On Diff #46659)

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 ↗(On Diff #46659)

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.