• 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
..
homeros Loading commit data...
robotics Loading commit data...
slinux Loading commit data...
speech Loading commit data...
tagged Loading commit data...
.base Loading commit data...
Makefile Loading commit data...
README Loading commit data...
base Loading commit data...
dhcp-server Loading commit data...
diag-tools Loading commit data...
dns-server Loading commit data...
domain-client Loading commit data...
ftp-server Loading commit data...
gnome-p2p Loading commit data...
gns3 Loading commit data...
http-server Loading commit data...
ipmi Loading commit data...
kvm-server Loading commit data...
ltsp Loading commit data...
ltsp-client Loading commit data...
mail-server Loading commit data...
monitoring Loading commit data...
mysql-server Loading commit data...
openscada Loading commit data...
openssh Loading commit data...
osec Loading commit data...
ovz-server Loading commit data...
pulseaudio Loading commit data...
server-base Loading commit data...
systemd Loading commit data...
sysvinit Loading commit data...