openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : wl11000/scripts mklibs,1.2,1.3


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : wl11000/scripts mklibs,1.2,1.3
Date: Mon, 15 Jul 2002 16:36:19 -0400

Update of /cvsroot/openap/wl11000/scripts
In directory subversions:/tmp/cvs-serv23634/scripts

Modified Files:
        mklibs 
Log Message:
don't assume we want a '-' added after prefix


Index: mklibs
===================================================================
RCS file: /cvsroot/openap/wl11000/scripts/mklibs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mklibs      13 Jul 2002 05:37:37 -0000      1.2
+++ mklibs      15 Jul 2002 20:36:17 -0000      1.3
@@ -232,7 +232,7 @@
     elif opt == "--libc-extras-dir":
         libc_extras_dir = arg
     elif opt == "--target":
-        target = arg + "-"
+        target = arg
     elif opt == "--help":
         print "Usage: mklibs [OPTION]... -d DEST FILE ..."
         print "Make a set of minimal libraries for FILE(s) in DEST."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]