Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6972355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:57:26+00:00 2026-05-27T16:57:26+00:00

Today when I built my project with the –debug=v I noticed something that I

  • 0

Today when I built my project with the –debug=v I noticed something that I don’t really understand what it means.

Right at the top where he includes the “sub makefiles” there is a strange printout that tells me (search path) (no ~ expansion)… What does this mean?

The printout looks like this:

Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `make_pc.mk' (search path) (no ~ expansion)...
Reading makefile `print_ring/make.mk' (search path) (no ~ expansion)...
Reading makefile `vendor/unity/make.mk' (search path) (no ~ expansion)...
Reading makefile `test01/make.mk' (search path) (no ~ expansion)...

The line in the main Makefile that is using include looks like this:

TEST := test01
include $(TEST)/make.mk

And a included makefile could look like this:

CFLAGS  += -Itest01/
OBJ += test_main.o
test_main.o: test01/test_main.c
    @ echo ".compiling"
    $(CC) $(CFLAGS) -o $@ $<

Is there a better way to play with the search paths? But would ~ expand to my unix user home dir?

Note: I am doing this on a Linux (Ubuntu) machine.

Note: All the files can be found at in this github project.

/Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T16:57:27+00:00Added an answer on May 27, 2026 at 4:57 pm

    Some of this information is aimed at people debugging Make itself rather than debugging the build infrastructure of their own projects, so it’s not too surprising if it’s not really documented or of particular use for tracking down your own build problems.

    That said, you can figure out what these mean by spending a few minutes with the GNU Make source code.

    (search path) is Make’s internal RM_INCLUDED flag, which (I’m oversummarizing) means this makefile was encountered via include within another makefile and the -I search path may have been examined to find it.

    (no ~ expansion) is its internal RM_NO_TILDE flag and is explained in this comment in Make’s read.c:

    /* Expand ~ in FILENAME unless it came from `include',
       in which case it was already done.  */
    

    GNU Make does indeed expand ~ to home directories, and this flag stops it from happening twice — which I suppose could make a difference on some very unusual file system layouts.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a project where I use two build settings predominantly. Unfortunately today something
My boss has a C++ project that just began hanging today when he hits
I am leading a fairly massive project right now that is in it's idea
I've just started using Jenkins today, so it's entirely possible that I've missed something
Today I discovered that my fresh installation of Apache HTTP Server is able to
Today when I was in computer organization class, teacher talked about something interesting to
Today I have upgraded a VS 2008 project to VS 2010 simply by opening
I've a portal project built in Rails 1.2.3. I've finished it at end of
Got this error today while trying to build a project with checkstyle. This works
I'm working in a project that already have a build process running with maven

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.