Page MenuHomeFreeBSD

Makefile.inc1 release bsd.own.mk: Introduce and use TAR_CMD
ClosedPublic

Authored by jrtc27 on Jul 14 2022, 12:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 11:28 PM
Unknown Object (File)
Fri, Oct 10, 12:46 AM
Unknown Object (File)
Sep 16 2025, 4:02 PM
Unknown Object (File)
Sep 4 2025, 2:33 PM
Unknown Object (File)
Sep 2 2025, 11:39 AM
Unknown Object (File)
Aug 3 2025, 12:29 PM
Unknown Object (File)
Aug 1 2025, 1:58 PM
Unknown Object (File)
Jul 27 2025, 8:40 AM
Subscribers

Details

Summary

Our uses of tar rely on BSDisms, and so do not work in environments
where GNU tar is the default tar. Providing a TAR_CMD variable like
some other commands allows it to be overridden to use bsdtar in such
cases.

Obtained from: CheriBSD

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable