patchmake - Patches: patch #4733, track make reading files

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4733: track make reading files

Submitter:  marty leisner <openhacker>
Submitted:  Thu 22 Dec 2005 02:13:29 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Fixed Release:  None

Thu 22 Dec 2005 02:19:07 AM UTC, comment #1: 


I redid a patch I did in the 1990s -- a way for make to echo
the makefiles its reading much like gcc -H does...

I've found it very useful for tracking down a maze of twisty makefiles...
Here's an example of building the linux kernel...

I probably need to get rid of printing the version each make...


: leisner@dell3 08:49:37;make --debug=h
GNU Make 3.81beta4
Copyright (C) 2003  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i686-pc-linux-gnu
make[0]: read Makefile
make[0]: read /usr/local/src/linux/kernel/linux-2.6.14-dell3/scripts/Kbuild.incl
ude
make[0]: read .config.cmd
make[0]: read .config
make[0]: read /usr/local/src/linux/kernel/linux-2.6.14-dell3/arch/i386/Makefile
make[0]: read ..tmp_kallsyms1.o.cmd
make[0]: read ..tmp_kallsyms2.o.cmd
make[0]: read ..tmp_vmlinux1.cmd
make[0]: read ..tmp_vmlinux2.cmd
make[0]: read .config.cmd
make[0]: read .vmlinux.cmd
  CHK     include/linux/version.hGNU Make 3.81beta4
Copyright (C) 2003  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i686-pc-linux-gnu
make[1]: read scripts/Makefile.build
make[1]: read .config
make[1]: read /usr/local/src/linux/kernel/linux-2.6.14-dell3/scripts/basic/Makefile
make[1]: read scripts/Kbuild.include
make[1]: read scripts/Makefile.lib
make[1]: read scripts/Makefile.host
make[1]: read scripts/basic/.docproc.cmd




marty leisner <openhacker>
Thu 22 Dec 2005 02:13:29 AM UTC, original submission:  


marty leisner <openhacker>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #9366:  debug-h.diff added by openhacker (1022B - text/x-diff - debug=h wrt 3.81beta4 -- patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-12-22 openhacker Attached File- Added debug-h.diff, #5654
    Carbon-Copy- Added -email is unavailable-

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code