On Sat, Feb 26, 2011 at 10:33 AM, Jonathan A. Kollasch <[email protected]> wrote: > On Tue, Feb 22, 2011 at 03:35:05PM +0100, repository service wrote: >> Author: oxygene >> Date: Tue Feb 22 15:35:05 2011 >> New Revision: 6375 >> URL: https://tracker.coreboot.org/trac/coreboot/changeset/6375 >> >> Log: >> Move coreboot specific rules and setup to toplevel Makefile.inc >> >> KERNELVERSION issue found by Stefan is fixed. >> >> Signed-off-by: Patrick Georgi <[email protected]> >> Acked-by: Stefan Reinauer <[email protected]> > > This breaks option_table.h. See attached build messages (started after > a make clean). > > Jonathan Kollasch This commit causes several build warnings on all platforms.
Makefile.inc:118: warning: overriding commands for target `coreboot-builds/a-trend_atc-6220/build.h' Makefile.inc:118: warning: ignoring old commands for target `coreboot-builds/a-trend_atc-6220/build.h' Makefile.inc:138: warning: overriding commands for target `coreboot-builds/a-trend_atc-6220/ldoptions' Makefile.inc:138: warning: ignoring old commands for target `coreboot-builds/a-trend_atc-6220/ldoptions' Makefile.inc:145: warning: overriding commands for target `coreboot-builds/a-trend_atc-6220/cbfstool' Makefile.inc:145: warning: ignoring old commands for target `coreboot-builds/a-trend_atc-6220/cbfstool' Makefile.inc:158: warning: overriding commands for target `coreboot-builds/sharedutils/romcc/romcc' Makefile.inc:158: warning: ignoring old commands for target `coreboot-builds/sharedutils/romcc/romcc' Makefile.inc:184: warning: overriding commands for target `clean-abuild' Makefile.inc:184: warning: ignoring old commands for target `clean-abuild' Makefile.inc:187: warning: overriding commands for target `clean-for-update-target' Makefile.inc:187: warning: ignoring old commands for target `clean-for-update-target' Makefile.inc:198: warning: overriding commands for target `clean-target' Makefile.inc:198: warning: ignoring old commands for target `clean-target' Makefile.inc:203: warning: overriding commands for target `printcrt0s' Makefile.inc:203: warning: ignoring old commands for target `printcrt0s' Makefile.inc:207: warning: overriding commands for target `update' Makefile.inc:207: warning: ignoring old commands for target `update' Makefile.inc:210: warning: overriding commands for target `lint' Makefile.inc:210: warning: ignoring old commands for target `lint' Makefile:222: warning: overriding commands for target `coreboot-builds/a-trend_atc-6220/coreboot-builds/a-trend_atc-6220/mainboard/a-trend/atc-6220/static.ramstage.o' Makefile:222: warning: ignoring old commands for target `coreboot-builds/a-trend_atc-6220/coreboot-builds/a-trend_atc-6220/mainboard/a-trend/atc-6220/static.ramstage.o' I guess Makefile.inc is getting included twice. Marc -- http://se-eng.com -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

