* Broken-up patch #14
@ 2004-05-28 23:32 Tommy McCabe
2004-06-01 13:30 ` Miguel Bolanos
0 siblings, 1 reply; 2+ messages in thread
From: Tommy McCabe @ 2004-05-28 23:32 UTC (permalink / raw)
To: linux-8086
Copies the right file.
diff -ruN ./elks-stuff/elkscmd/bc/Makefile
./elks/elkscmd/bc/Makefile
--- ./elks-stuff/elkscmd/bc/Makefile 2004-05-28
16:02:01.000000000 -0400
+++ ./elks/elkscmd/bc/Makefile 2004-04-21
17:43:20.000000000 -0400
@@ -90,7 +90,7 @@
install -c -o bin $? $@
rfs: all
- cp -p bc $(TARGET_MNT)/bin
+ cp -p fbc $(TARGET_MNT)/bin
min_rfs: all
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Broken-up patch #14
2004-05-28 23:32 Broken-up patch #14 Tommy McCabe
@ 2004-06-01 13:30 ` Miguel Bolanos
0 siblings, 0 replies; 2+ messages in thread
From: Miguel Bolanos @ 2004-06-01 13:30 UTC (permalink / raw)
To: Tommy McCabe; +Cc: linux-8086
[-- Attachment #1: Type: text/plain, Size: 904 bytes --]
Greetings,
Enabled bc, and keeped fbc fix. Please refer to my patch attached.
best wishes
Mike
On Fri, 2004-05-28 at 17:32, Tommy McCabe wrote:
> Copies the right file.
>
> diff -ruN ./elks-stuff/elkscmd/bc/Makefile
> ./elks/elkscmd/bc/Makefile
> --- ./elks-stuff/elkscmd/bc/Makefile 2004-05-28
> 16:02:01.000000000 -0400
> +++ ./elks/elkscmd/bc/Makefile 2004-04-21
> 17:43:20.000000000 -0400
> @@ -90,7 +90,7 @@
> install -c -o bin $? $@
>
> rfs: all
> - cp -p bc $(TARGET_MNT)/bin
> + cp -p fbc $(TARGET_MNT)/bin
>
> min_rfs: all
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Friends. Fun. Try the all-new Yahoo! Messenger.
> http://messenger.yahoo.com/
> -
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
[-- Attachment #2: elkscmd-bc.patch --]
[-- Type: text/x-patch, Size: 541 bytes --]
--- elkscmd.orig/bc/Makefile 2004-05-31 23:08:13.000000000 -0600
+++ elkscmd/bc/Makefile 2004-05-31 23:31:10.000000000 -0600
@@ -11,7 +11,7 @@
MIN_BIN =
MIN_LIB =
MIN_SBIN =
-MIN_USR_BIN = fbc
+MIN_USR_BIN = fbc bc
MIN_USR_LIB =
MIN_USR_MAN =
MIN_USR_SBIN =
@@ -62,7 +62,7 @@
SUBDIRS = Examples Test
-all: fbc
+all: fbc bc
bc: $& config.h bc.o $(OFILES) global.o
$(CC) -o bc $(LDFLAGS) bc.o $(OFILES) global.o
@@ -91,6 +91,7 @@
rfs: all
cp -p bc $(TARGET_MNT)/bin
+ cp -p fbc $(TARGET_MNT)/bin
min_rfs: all
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-06-01 13:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-28 23:32 Broken-up patch #14 Tommy McCabe
2004-06-01 13:30 ` Miguel Bolanos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox