09-02-04 11:51 PM
"kaatzd@hotmail.com" <kaatzd@hotmail.com> writes:
> I have a master make file that I am porting from Windows to linux, it
> is working reasonably well (I am still getting kinks out though).
> The problem I am seeing is that, everytime it calls $(MAKE) for target
> library to be made, the recursive make spits out to stdout the entire
> directory listing of the current directory. Then it outputs:
> gmake[1]: Entering directory `/home/sourceDirectory'
> The make succeeds, then it shows:
> gmake[1]: Leaving directory `/home/sourceDirectory'
>
> Same exact result if I use make instead of gmake.
On linux, make and gmake are the same thing.
> Any idea why the directory listing occurs? I plan to have
> unattended makes pipe output to a file so I can check for build
> problems later, and I don't want to see an entire large directory
> listing included for each of approx 20 sub makefiles. Thanks in
> advance,
It shouldn't be doing that. What's the exact command you're using, and
how do you invoke make from the command line?
http://www.fsf.org/software/make/ma...make.html#SEC59
Joe
--
If you don't think too good, don't think too much
- Ted Williams
[ Post a follow-up to this message ]
|