public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
* full5 with elksnet
@ 2004-06-03 19:01 Tommy McCabe
  2004-06-03 21:26 ` claudio
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Tommy McCabe @ 2004-06-03 19:01 UTC (permalink / raw)
  To: linux-8086

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

This patch:

1. Includes ktcp in full5.

2. Makes sure there is a /bin directory to put ktcp
into in both comb_net and full5 (yes, I did use the -p
option, though I don't know why).


	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: full5net.diff --]
[-- Type: text/x-diff; name="full5net.diff", Size: 872 bytes --]

--- ./elkscurr/elkscmd/Makefile	2004-06-03 14:56:54.000000000 -0400
+++ ./elks/elkscmd/Makefile	2004-06-03 14:54:17.000000000 -0400
@@ -224,6 +224,10 @@
 	dd if=$(FD_BSECT) of=$(FULL3_TARGET_FS) bs=512 count=2 conv=notrunc
 
 full5: mount_full3fs $(ELKS_DIR)/arch/i86/boot/Image $(FD_BSECT) $(KHELPER)
+	cd $(ELKSNET_DIR)/ktcp ; \
+	make ; \
+	mkdir -p $(TARGET_MNT)/bin
+	cp -p -f ktcp $(TARGET_MNT)/bin
 	@for i in $(DIRS); do make -C $$i rfs ; done
 	cp $(ELKS_DIR)/arch/i86/boot/Image $(TARGET_MNT)/boot/linux
 	cp $(KHELPER) $(TARGET_MNT)/boot/boot
@@ -237,6 +241,7 @@
 comb_net: mount_rootnetfs $(ELKS_DIR)/arch/i86/boot/Image $(FD_BSECT) $(KHELPER)
 	cd $(ELKSNET_DIR)/ktcp ; \
 	make ; \
+	mkdir -p $(TARGET_MNT)/bin
 	cp -p -f ktcp $(TARGET_MNT)/bin
 	@for i in $(DIRS); do make -C $$i net_rfs ; done
 	cp $(ELKS_DIR)/arch/i86/boot/Image $(TARGET_MNT)/boot/linux

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-06-09 13:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-03 19:01 full5 with elksnet Tommy McCabe
2004-06-03 21:26 ` claudio
2004-06-03 21:32   ` Tommy McCabe
2004-06-04  3:34   ` Miguel Bolanos
2004-06-04 11:35     ` claudio
2004-06-04 20:28       ` Tommy McCabe
2004-06-04  0:33 ` David Given
2004-06-05 13:11   ` claudio
2004-06-04  3:18 ` Miguel Bolanos
2004-06-09 13:42 ` ** Applied ** " Miguel Bolanos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox