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が、それはハックです。
su.exe
私の最初のアイデアは、次のようにしてスキップすることでした
make basename.exe cat.exe cp.exe
などですが、次のようなことができるはずです
make -su.exe
そのターゲットをスキップするようにします。
-Wオプションを試してください: make -W su.exe.
-W
make -W su.exe