* [Patch-2.5] Add path to elf2ecoff
@ 2003-03-31 12:49 Jan-Benedict Glaw
2003-03-31 13:28 ` Juan Quintela
0 siblings, 1 reply; 2+ messages in thread
From: Jan-Benedict Glaw @ 2003-03-31 12:49 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]
Hi!
This small patch is needed since `pwd` is _not_ the directory a
Makefile resides in.
MfG, JBG
Index: arch/mips/boot/Makefile
===================================================================
RCS file: /home/ftp/pub/mirror/CVS/ftp.linux-mips.org/linux/arch/mips/boot/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- arch/mips/boot/Makefile 9 Mar 2003 13:58:13 -0000 1.22
+++ arch/mips/boot/Makefile 31 Mar 2003 12:38:59 -0000
@@ -32,7 +32,7 @@
$< $@
vmlinux.ecoff: $(obj)/elf2ecoff vmlinux
- ./elf2ecoff vmlinux $(obj)/vmlinux.ecoff $(E2EFLAGS)
+ $(obj)/elf2ecoff vmlinux $(obj)/vmlinux.ecoff $(E2EFLAGS)
$(obj)/elf2ecoff: $(obj)/elf2ecoff.c
$(HOSTCC) -o $@ $^
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak!
ret = do_actions((curr | FREE_SPEECH) & ~(IRAQ_WAR_2 | DRM | TCPA));
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Patch-2.5] Add path to elf2ecoff
2003-03-31 12:49 [Patch-2.5] Add path to elf2ecoff Jan-Benedict Glaw
@ 2003-03-31 13:28 ` Juan Quintela
0 siblings, 0 replies; 2+ messages in thread
From: Juan Quintela @ 2003-03-31 13:28 UTC (permalink / raw)
To: linux-mips
>>>>> "jbglaw" == Jan-Benedict Glaw <jbglaw@lug-owl.de> writes:
jbglaw> Hi!
jbglaw> This small patch is needed since `pwd` is _not_ the directory a
jbglaw> Makefile resides in.
jbglaw> MfG, JBG
jbglaw> Index: arch/mips/boot/Makefile
jbglaw> ===================================================================
jbglaw> RCS file: /home/ftp/pub/mirror/CVS/ftp.linux-mips.org/linux/arch/mips/boot/Makefile,v
jbglaw> retrieving revision 1.22
jbglaw> diff -u -r1.22 Makefile
jbglaw> --- arch/mips/boot/Makefile 9 Mar 2003 13:58:13 -0000 1.22
jbglaw> +++ arch/mips/boot/Makefile 31 Mar 2003 12:38:59 -0000
jbglaw> @@ -32,7 +32,7 @@
jbglaw> $< $@
jbglaw> vmlinux.ecoff: $(obj)/elf2ecoff vmlinux
jbglaw> - ./elf2ecoff vmlinux $(obj)/vmlinux.ecoff $(E2EFLAGS)
jbglaw> + $(obj)/elf2ecoff vmlinux $(obj)/vmlinux.ecoff $(E2EFLAGS)
jbglaw> $(obj)/elf2ecoff: $(obj)/elf2ecoff.c
jbglaw> $(HOSTCC) -o $@ $^
I agree, I had to add it also to get it to compile :p
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-03-31 13:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-31 12:49 [Patch-2.5] Add path to elf2ecoff Jan-Benedict Glaw
2003-03-31 13:28 ` Juan Quintela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox