]> Git Repo - uclibc-ng.git/commitdiff
Fixup dated comments
authorEric Andersen <[email protected]>
Tue, 13 Jan 2004 05:58:00 +0000 (05:58 -0000)
committerEric Andersen <[email protected]>
Tue, 13 Jan 2004 05:58:00 +0000 (05:58 -0000)
Makefile

index 96a3f33c851a13c4f5969f58447fdd0759e45d8c..677e1642c5ee59bfda628e445febd3fe41d8b460 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -270,9 +270,7 @@ endif
 endif
 
 
-# Installs run-time libraries and helper apps onto the host system
-# allowing cross development.  If you want to deploy to a target 
-# system, use the "install_target" target instead... 
+# Installs run-time libraries
 install_runtime:
 ifeq ($(strip $(HAVE_SHARED)),y)
        $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)lib
@@ -294,6 +292,7 @@ else
 utils: dummy
 endif
 
+# Installs helper applications, such as 'ldd' and 'ldconfig'
 install_utils: utils
        $(MAKE) CROSS=$(CROSS) CC=$(CC) -C utils install
 #ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y)
This page took 0.026186 seconds and 4 git commands to generate.