Page MenuHomeFreeBSD

src.libnames: Replace redundant += with =
ClosedPublic

Authored by cy on May 18 2022, 2:19 AM.
Tags
None
Referenced Files
F102547351: D35242.diff
Wed, Nov 13, 9:54 PM
Unknown Object (File)
Wed, Nov 6, 5:06 PM
Unknown Object (File)
Sep 30 2024, 10:10 PM
Unknown Object (File)
Sep 26 2024, 9:30 PM
Unknown Object (File)
Sep 23 2024, 6:24 PM
Unknown Object (File)
Sep 22 2024, 2:32 PM
Unknown Object (File)
Sep 22 2024, 2:22 PM
Unknown Object (File)
Sep 21 2024, 5:05 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 Skipped
Unit
Tests Skipped