On Wed, January 8, 2014 00:13:57 Stephen Kelly wrote: > David Faure wrote: > >> +QT.@[email protected] = @PRI_TARGET_DEFINES@ > >> > >> stephen@hal:~/dev/build/qtbase/qtbase$ grep -i defines mkspecs/modules- > >> inst/qt_lib_network.pri > >> QT.network.DEFINES = QT_NETWORK_LIB > > > > What's your point? > > Looks like no one else on the list can see the point either... :/ > > Why would I pass -i to grep like that?
It could just be me (I've been dozed out of this whole thread...) but it looks like it simply makes it possible to match both "@foo.DEFINES" and "@foo.defines" lines with a single grep command. In other words, it makes the regex pattern into a case-insensitive match, which looks like is necessary here since the .pri.in had a ".defines" which got converted into the end to a ".DEFINES", if I'm understanding things right. Regards, - Michael Pyne _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
