Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Windows 构建 coreutils。
您可以su.exe进行构建,但这是一个 hack。
su.exe
我的第一个想法是跳过它
make basename.exe cat.exe cp.exe
等等,但似乎你应该能够做类似的事情
make -su.exe
以便它跳过该目标。
尝试-W选项:make -W su.exe.
-W
make -W su.exe