This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Pre-compiled headers


Phil Blecker <tmwg-gcc@inxservices.com> writes:

> Wouldn't make need to be modified to get any real use benefit from this?

Something like this should work:

stamp: foo1.c foo2.c foo3.c
	gcc -c $?
        echo timestamp > stamp
--
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]