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