svn commit: trunk/busybox/scripts

vda at busybox.net vda at busybox.net
Tue Oct 9 18:01:13 UTC 2007


Author: vda
Date: 2007-10-09 11:01:13 -0700 (Tue, 09 Oct 2007)
New Revision: 20211

Log:
trylink: trivial cleanup



Modified:
   trunk/busybox/scripts/trylink


Changeset:
Modified: trunk/busybox/scripts/trylink
===================================================================
--- trunk/busybox/scripts/trylink	2007-10-09 13:49:26 UTC (rev 20210)
+++ trunk/busybox/scripts/trylink	2007-10-09 18:01:13 UTC (rev 20211)
@@ -14,7 +14,7 @@
 # --sort-section alignment      reduces padding
 # --gc-sections                 throws out unused sections,
 #                               does not work for shared libs
-# -O				Not used, maybe useful?
+# -On                           Not used, maybe useful?
 #
 # List of files to link:
 # $l_list                       == --start-group -llib1 -llib2 --end-group
@@ -155,7 +155,7 @@
     }
 fi
 
-. .config
+. ./.config
 
 sharedlib_dir="0_lib"
 




More information about the busybox-cvs mailing list