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)
Tue, Apr 28, 12:52 AM
Unknown Object (File)
Sat, Apr 25, 5:32 AM
Unknown Object (File)
Fri, Apr 24, 6:40 AM
Unknown Object (File)
Apr 21 2026, 7:46 PM
Unknown Object (File)
Apr 21 2026, 7:21 PM
Unknown Object (File)
Apr 20 2026, 6:17 AM
Unknown Object (File)
Apr 14 2026, 12:12 AM
Unknown Object (File)
Apr 12 2026, 4:55 PM
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