From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tommy McCabe Subject: full5 with elksnet Date: Thu, 3 Jun 2004 12:01:29 -0700 (PDT) Sender: linux-8086-owner@vger.kernel.org Message-ID: <20040603190129.32087.qmail@web51306.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="0-317782261-1086289289=:32079" Return-path: List-Id: To: linux-8086@vger.kernel.org --0-317782261-1086289289=:32079 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline 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/ --0-317782261-1086289289=:32079 Content-Type: text/x-diff; name="full5net.diff" Content-Description: full5net.diff Content-Disposition: inline; filename="full5net.diff" --- ./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 --0-317782261-1086289289=:32079--