[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/kconfig_compiler
From:       Harald Fernengel <harry () kdevelop ! org>
Date:       2006-02-03 14:45:50
Message-ID: 1138977950.803930.5180.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 505263 by harald:

unbreak scons build after someone unbroke the unsermake build as a reaction to me \
unbreaking the scons build. Anyways, "-d" or "--directory" are treated equally now, \
but "-dfoo" will be accepted, too.


 M  +2 -0      kconfig_compiler.cpp  


--- trunk/KDE/kdelibs/kdecore/kconfig_compiler/kconfig_compiler.cpp #505262:505263
@@ -53,6 +53,8 @@
                 exit(1);
             }
             directory = args.at(++i);
+        } else if (args.at(i).startsWith("-d")) {
+            directory = args.at(i).mid(2);
         } else if (args.at(i) == "--help" || args.at(i) == "-h") {
             std::cout << "Options:" << std::endl;
             std::cout << "  -L --license              Display software license" << \
std::endl;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic