Page MenuHomeFreeBSD

src.libnames: Replace redundant += with =
ClosedPublic

Authored by cy on May 18 2022, 2:19 AM.
Tags
None
Referenced Files
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
Unknown Object (File)
Sep 17 2024, 4:56 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