• Michael Shigorin's avatar
    pkg/lists: uncrustify Makefile · a86dd0c4
    Michael Shigorin authored
    The problem with the changed piece of code is that it would
    - both call cp(1) multiple times if multiple *_LIST variables
      were non-empty (which is usually the case), and
    - try to evaluate stdout of the called commands as a shell
      script (which would be empty unless someone passed e.g. -v
      to that cp(1) but it's crazy to rely on things like this).
    
    So the functions should prepare arguments for a single copy
    command that is predictable and could be made verbose.
    
    Ouch.
    a86dd0c4
Name
Last commit
Last update
.gear Loading commit data...
bin Loading commit data...
conf.d Loading commit data...
doc Loading commit data...
features.in Loading commit data...
image.in Loading commit data...
lib Loading commit data...
pkg.in Loading commit data...
sub.in Loading commit data...
.gitignore Loading commit data...
COPYING Loading commit data...
Makefile Loading commit data...
QUICKSTART Loading commit data...
README Loading commit data...
main.mk Loading commit data...
reports.mk Loading commit data...