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)
Feb 2 2024, 5:08 PM
Unknown Object (File)
Dec 23 2023, 12:01 AM
Unknown Object (File)
Dec 20 2023, 6:36 AM
Unknown Object (File)
Dec 12 2023, 5:57 PM
Unknown Object (File)
Dec 12 2023, 9:12 AM
Unknown Object (File)
Sep 30 2023, 9:18 PM
Unknown Object (File)
Sep 11 2023, 7:20 PM
Unknown Object (File)
Sep 6 2023, 9:09 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