lkml.org 
[lkml]   [2002]   [Jan]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjecttouch commands in Makefiles
Why are header file touched in Makefiles ?

The reason I ask is that I am using a configuration management system to
maintain the linux kernel. It "checks out" all source files read-only
(actuall it uses symbolic links to a baseline directory which is
read-only). You then tell it which files you intend to modify and it
will check those files out as read-write to the local sandbox.

When trying to do a "make zImage" some of the header files (eg.
include/linux/types.h) are being touched by a dependency rule. The
build is failing as the files are readonly and can't be touched. I
don't understand why the header files need to be touched. Surely the
"make dep" should only generate rules to recompile .c files.

Thanks for any help explaining why header files need to be touched.
Regards,
Brendan Simon.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:15    [W:0.069 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site