RE: [U-Boot-Users] Need mips arch Makefile w/ uImage target

I got all the files from :pserver:anonymous@www.denx.de:/cvsroot/linux-mips, and I grepped through all the files looking for the string "uImage" and got a negative result. I also looked for a tools directory and found neither - what am I doing wrong?
Thanks
-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Thursday, February 05, 2004 1:24 AM To: Jerry Walden Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] Need mips arch Makefile w/ uImage target
In message <603BA0CFF3788E46A0DB0918D9AA95100A09731B@sj580004wcom.int.lantronix.com
you wrote:
I am working with the latest linux-mips kernel and was wondering if someone out there has an existing makefile for the mips arch that has a uImage target.
We have a MIPS kernel on our CVS server.
-----Original Message----- From: Brian S. Park [mailto:brian@corelis.com]=20 Sent: Wednesday, February 04, 2004 5:22 PM To: u-boot-users@lists.sourceforge.net Subject: [U-Boot-Users] PPC405GP and PCI parked state
Why are you quoting a completely unrelated message here???
Wolfgang Denk

In message 603BA0CFF3788E46A0DB0918D9AA95100A09CA16@sj580004wcom.int.lantronix.com you wrote:
I got all the files from :pserver:anonymous@www.denx.de:/cvsroot/linux-mips, and I grepped through all the files looking for the string "uImage" and got a negative result. I also looked for a tools directory and found neither - what am I doing wrong?
I don't know. I get:
-> find * -name Makefile | xargs egrep -l uImage arch/mips/Makefile arch/mips/incaip/Makefile
Maybe your "grep" is broken ;-)
Best regards,
Wolfgang Denk

Jerry Walden jerry.walden-at-lantronix.com |u-boot-users| wrote:
I got all the files from :pserver:anonymous@www.denx.de:/cvsroot/linux-mips, and I grepped through all the files looking for the string "uImage" and got a negative result. I also looked for a tools directory and found neither - what am I doing wrong?
Try "cvs update -d"
CVS will not descend into directory you do not have, even if that directory has been added in the repository, unless you include the -d flag.
participants (3)
-
Jerry Walden
-
Stephen Williams
-
Wolfgang Denk