tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: (b)make: Outputting a huge variable value



> main: .PHONY
> 	make -V X | wc -c
Wow, I didn't know that worked.

How on earth /does/ it work? If a command happens to be "make", make just 
forks without the child process exec()ing anything, so all the make variables 
etc. are inherited?


Home | Main Index | Thread Index | Old Index