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, Jan 27, 3:04 AM
Unknown Object (File)
Mon, Jan 27, 12:33 AM
Unknown Object (File)
Sat, Jan 11, 6:58 PM
Unknown Object (File)
Dec 2 2024, 1:51 PM
Unknown Object (File)
Dec 2 2024, 1:51 PM
Unknown Object (File)
Dec 2 2024, 1:51 PM
Unknown Object (File)
Dec 2 2024, 1:39 PM
Unknown Object (File)
Nov 27 2024, 3:07 PM
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