Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-20 21:44:32 +0400
committerEric Andersen <andersen@codepoet.org>2001-08-20 21:44:32 +0400
commit686a24b2f5ce370fd375a250dbb3a19c7b9c0e58 (patch)
tree32f71279a6accb76c8ddead1d043dfbc6c40dfc2
parentd85117bb8577174f33ca29f14282d3d78bd55dde (diff)
Minor wording changes
-rw-r--r--busybox/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/busybox/Makefile b/busybox/Makefile
index 242dac4b9..29a261b0f 100644
--- a/busybox/Makefile
+++ b/busybox/Makefile
@@ -48,7 +48,7 @@ DODEBUG = false
# will get fewer emails asking about how glibc NSS works). Enabling this adds
# just 1.4k to the binary size (which is a _lot_ less then glibc NSS costs).
# Note that if you want hostname resolution to work with glibc, you still need
-# the libnss_* libraries. Most people will want to leave this set to false.
+# the libnss_* libraries.
USE_SYSTEM_PWD_GRP = true
# This enables compiling with dmalloc ( http://dmalloc.com/ )
@@ -85,8 +85,7 @@ AR = $(CROSS)ar
STRIPTOOL = $(CROSS)strip
# To compile vs uClibc, just use the compiler wrapper built by uClibc...
-# This make things very easy? Everything should compile and work as
-# expected these days...
+# Everything should compile and work as expected these days...
#CC = ../uClibc/extra/gcc-uClibc/i386-uclibc-gcc
# To compile vs some other alternative libc, you may need to use/adjust