public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
From: Miguel Bolanos <mike@linuxlabs.com>
To: Tommy McCabe <rocketjet314@yahoo.com>
Cc: linux-8086@vger.kernel.org
Subject: Re: Broken-up patch #14
Date: Tue, 01 Jun 2004 07:30:03 -0600	[thread overview]
Message-ID: <1086067973.3226.4.camel@talena.hsol.net> (raw)
In-Reply-To: <20040528233218.7778.qmail@web51305.mail.yahoo.com>

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

      reply	other threads:[~2004-06-01 13:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-28 23:32 Broken-up patch #14 Tommy McCabe
2004-06-01 13:30 ` Miguel Bolanos [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1086067973.3226.4.camel@talena.hsol.net \
    --to=mike@linuxlabs.com \
    --cc=linux-8086@vger.kernel.org \
    --cc=rocketjet314@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox