Re: [BUG] Build system broken with i386.rmk

2008-09-09 Thread Felix Zielcke
Am Dienstag, den 09.09.2008, 15:21 +0200 schrieb Felix Zielcke: > The problem can be some different autoconf version or something like > that or wrong timestamps. Clean `svn co' works without problems, no files get regenerated. Though I noticed i386.rmk and x86_64-efi.rmk were missing in Makefile

Re: [BUG] Build system broken with i386.rmk

2008-09-09 Thread Felix Zielcke
Am Dienstag, den 09.09.2008, 15:06 +0200 schrieb phcoder: > Robert Millan wrote: > > Can you be more specific about what's wrong in svn? I believe ./autogen.sh > > should fix your local tree. > > > i386-pc.mk and common.mk are regenerated if necessary by make command > but i386.mk isn't. > Vladim

Re: [BUG] Build system broken with i386.rmk

2008-09-09 Thread phcoder
Robert Millan wrote: > On Tue, Sep 09, 2008 at 02:50:56AM +0200, phcoder wrote: >> Hello. I had conflicts in .mk files after "svn up" so I removed all the >> .mk. common.mk and i386-pc.mk were regenerated correctly but not i386.mk >> $ make >> conf/i386-pc.mk:3394: conf/i386.mk: No such file or dir

Re: [BUG] Build system broken with i386.rmk

2008-09-09 Thread Robert Millan
On Tue, Sep 09, 2008 at 02:50:56AM +0200, phcoder wrote: > Hello. I had conflicts in .mk files after "svn up" so I removed all the > .mk. common.mk and i386-pc.mk were regenerated correctly but not i386.mk > $ make > conf/i386-pc.mk:3394: conf/i386.mk: No such file or directory > make: *** No rule

[BUG] Build system broken with i386.rmk

2008-09-08 Thread phcoder
Hello. I had conflicts in .mk files after "svn up" so I removed all the .mk. common.mk and i386-pc.mk were regenerated correctly but not i386.mk $ make conf/i386-pc.mk:3394: conf/i386.mk: No such file or directory make: *** No rule to make target `conf/i386.mk'. Stop. Can someone familiar with bui