* make clean broken in 2.5.45
@ 2002-11-01 21:12 Pavel Machek
2002-11-02 22:16 ` Sam Ravnborg
0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2002-11-01 21:12 UTC (permalink / raw)
To: kernel list
Hi!
make clean; time make bzImage took one minute for me. That's *not*
right. rm `find . -name "*.o"` resulted in >5 minutes compilation
time.
Pavel
--
When do you have heart between your knees?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: make clean broken in 2.5.45
2002-11-01 21:12 make clean broken in 2.5.45 Pavel Machek
@ 2002-11-02 22:16 ` Sam Ravnborg
2002-11-03 20:03 ` Pavel Machek
0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2002-11-02 22:16 UTC (permalink / raw)
To: Pavel Machek; +Cc: kernel list
On Fri, Nov 01, 2002 at 10:12:08PM +0100, Pavel Machek wrote:
> Hi!
>
> make clean; time make bzImage took one minute for me. That's *not*
> right. rm `find . -name "*.o"` resulted in >5 minutes compilation
> time.
I have tried to reproduce this without luck.
make defconfig
make
make clean
find -name '*.o' did not show any .o files.
Could you please try to list the .o files that survive a make clean.
If there are any then I would like to have a copy of .config as well.
Sam
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: make clean broken in 2.5.45
2002-11-02 22:16 ` Sam Ravnborg
@ 2002-11-03 20:03 ` Pavel Machek
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2002-11-03 20:03 UTC (permalink / raw)
To: kernel list
Hi!
> > make clean; time make bzImage took one minute for me. That's *not*
> > right. rm `find . -name "*.o"` resulted in >5 minutes compilation
> > time.
> I have tried to reproduce this without luck.
> make defconfig
> make
> make clean
> find -name '*.o' did not show any .o files.
>
> Could you please try to list the .o files that survive a make clean.
> If there are any then I would like to have a copy of .config as well.
Ahha, it was the old qt-detection-problem.
make clean did not clean much:
make -f scripts/Makefile.clean obj=scripts/kconfig
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[2]: *** [scripts/kconfig/.tmp_qtcheck] Error 1
make[1]: *** [scripts/kconfig] Error 2
make: *** [_clean_scripts] Error 2
pavel@amd:/usr/src/linux-swsusp$
make -i clean makes it properly kill all *.o.
Pavel
--
Casualities in World Trade Center: ~3k dead inside the building,
cryptography in U.S.A. and free speech in Czech Republic.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-11-03 19:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-01 21:12 make clean broken in 2.5.45 Pavel Machek
2002-11-02 22:16 ` Sam Ravnborg
2002-11-03 20:03 ` Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox