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.
busyboxmakefileで次のコードを参照してください。
busybox
scripts/config/conf: scripts/config/Makefile $(MAKE) -C scripts/config conf -@if [ ! -f .config ] ; then \ cp $(CONFIG_DEFCONFIG) .config; \ fi
私の質問は、if 句の前の-@は何ですか? 本当にイライラします。
前もって感謝します!