Page MenuHomeFreeBSD

Mk/Uses/dos2unix.mk: Do not accept any arguments
ClosedPublic

Authored by tobik on Sep 12 2018, 1:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 11 2024, 2:54 AM
Unknown Object (File)
Feb 10 2024, 5:01 AM
Unknown Object (File)
Dec 27 2023, 3:39 AM
Unknown Object (File)
Dec 27 2023, 3:39 AM
Unknown Object (File)
Dec 27 2023, 3:39 AM
Unknown Object (File)
Dec 27 2023, 3:39 AM
Unknown Object (File)
Dec 27 2023, 3:27 AM
Unknown Object (File)
Dec 21 2023, 7:57 PM
Subscribers

Details

Summary

In D16995 it was attempted to use something like

USES=	dos2unix:src/menu.cpp

to only apply dos2unix to ${WRKSRC}/src/menu.cpp. This is wrong and will
apply it to all files in ${WRKSRC} instead. It would be nice to if dos2unix
would print an error message in that case as some USES macros already do.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Mk/Uses/dos2unix.mk
16 ↗(On Diff #47953)
IGNORE=
tobik marked an inline comment as done.

+= -> =

Before committing, please make sure it breaks no port.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 14 2018, 6:27 PM
This revision was automatically updated to reflect the committed changes.