more sorting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -141,10 +141,13 @@ cleanCmds = ''
|
||||
allK = all.keys()
|
||||
allK.sort()
|
||||
cleanList = []
|
||||
|
||||
for f in allK:
|
||||
all[f].sort()
|
||||
|
||||
for f in allK:
|
||||
for i in all[f]:
|
||||
cleanList.append('\trm -f %s\n' % i)
|
||||
cleanList.sort()
|
||||
cleanCmds = ''.join(cleanList)
|
||||
|
||||
for f in allK:
|
||||
|
Reference in New Issue
Block a user