What does the Makefile mean?

Source: Internet
Author: User

Http://bbs.chinaunix.net/thread-1916415-1-1.html

In the top makefile of Linux source code, there is a sentence

$ (filter-out _all Sub-make $ (CURDIR)/makefile, $ (makecmdgoals)) _all:sub-make
$ (Q) @:
What do you mean, ask a lot of people, documention inside?

It's usually used to turn off the echo of the command.

If the Q value is @, then the command part is @@:, does not echo
If q has no value, the command part is @:, not echo

So, test to see if it can:)

$ (filter-out _all Sub-make $ (CURDIR)/makefile, $ (makecmdgoals)) _all:sub-make
$ (Q) @: In fact, nothing to does here.

What does the Makefile mean?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.