From: Tommy McCabe <rocketjet314@yahoo.com>
To: linux-8086@vger.kernel.org
Subject: Broken-up patch #9
Date: Fri, 28 May 2004 16:17:12 -0700 (PDT) [thread overview]
Message-ID: <20040528231712.2241.qmail@web51305.mail.yahoo.com> (raw)
Removes references to nonexistent programs.
diff -ruN ./elks-stuff/elkscmd/sys_utils/Makefile
./elks/elkscmd/sys_utils/Makefile
--- ./elks-stuff/elkscmd/sys_utils/Makefile 2004-05-28
16:02:01.000000000 -0400
+++ ./elks/elkscmd/sys_utils/Makefile 2004-04-21
17:38:24.000000000 -0400
@@ -6,7 +6,7 @@
#
# Include standard packaging commands.
-MIN_BIN = getty init kill login mount passwd ps
swapon meminfo reboot umount
+MIN_BIN = getty init kill login mount passwd ps
meminfo reboot umount
MIN_LIB =
MIN_SBIN = clock exitemu getty init reboot
MIN_USR_BIN = meminfo passwd
@@ -36,26 +36,29 @@
###############################################################################
PRGS = getty kill man mount reboot umount clock
exitemu who ps \
- init login passwd knl
+ init login passwd knl meminfo
-NETPRGS=init getty login kill mount umount passwd
reboot ps swapon meminfo who
+NETPRGS=init getty login kill mount umount passwd
reboot ps meminfo who
-MIN_PRGS=init getty login kill mount reboot umount
clock exitemu ps swapon meminfo
+MIN_PRGS=init getty login kill mount reboot umount
clock exitemu ps meminfo
SMIN_PRGS = init mount umount
all: $(PRGS)
rfs: all
+ mkdir $(TARGET_MNT)/bin
cp -p $(PRGS) $(TARGET_MNT)/bin
net_rfs: all
cp -p $(NETPRGS) $(TARGET_MNT)/bin
min_rfs: all
+ mkdir $(TARGET_MNT)/bin
cp -p $(MIN_PRGS) $(TARGET_MNT)/bin
smin_rfs: all
+ mkdir $(TARGET_MNT)/bin
cp -p $(SMIN_PRGS) $(TARGET_MNT)/bin
clean:
@@ -80,9 +83,6 @@
meminfo: meminfo.c
$(CC) $(CFLAGS) $(LDFLAGS) meminfo.c -o meminfo -H
100
-swapon: swapon.c
- $(CC) $(CFLAGS) $(LDFLAGS) swapon.c -o swapon -H 100
-
new_init: init.c utent.o
$(CC) $(CFLAGS) $(LDFLAGS) init.c utent.o -o init
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
next reply other threads:[~2004-05-28 23:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-28 23:17 Tommy McCabe [this message]
2004-06-01 13:30 ` Broken-up patch #9 Miguel Bolanos
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=20040528231712.2241.qmail@web51305.mail.yahoo.com \
--to=rocketjet314@yahoo.com \
--cc=linux-8086@vger.kernel.org \
/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