Page MenuHomeFreeBSD

src.libnames: Replace redundant += with =
ClosedPublic

Authored by cy on May 18 2022, 2:19 AM.
Tags
None
Referenced Files
F115488229: D35242.diff
Thu, Apr 24, 9:40 AM
F115447118: D35242.id106132.diff
Wed, Apr 23, 10:42 PM
Unknown Object (File)
Mon, Apr 21, 9:50 PM
Unknown Object (File)
Tue, Apr 15, 6:25 PM
Unknown Object (File)
Mar 12 2025, 5:46 PM
Unknown Object (File)
Feb 22 2025, 3:30 AM
Unknown Object (File)
Feb 15 2025, 6:28 PM
Unknown Object (File)
Feb 10 2025, 12:19 AM
Subscribers

Details

Summary

This patch replaces redundant += with =. As the makefile variables are not referenced anywhere else it should be safe to replace the += simply with =.

Test Plan

Make universe.

Diff Detail

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