54df1aa066
while (<>) { ... }
opens all the file names given on the command line in succession, and executes
the loop body once for every line read from those files. So the existing loop
processed each file over and over N times, where N is the number of lines in
that file. This appears to have been broken ever since the code's introduction
in
|
||
---|---|---|
.. | ||
desktop | ||
CustomTarget_deb.mk | ||
CustomTarget_infoplist.mk | ||
CustomTarget_rpm.mk | ||
CustomTarget_share.mk | ||
CustomTarget_solaris.mk | ||
Makefile | ||
Module_sysui.mk | ||
Package_infoplist.mk | ||
Package_osxicons.mk | ||
Package_share.mk | ||
productlist.mk | ||
README |
.desktop files for various Linux distros, and similar stuff for other OSes