> > 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. - 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/