Changes to all build scripts:
* all remaining occurences of 'make -j N' replaced by
'make -j $(nproc)'
* obsolete 'atom' machine architecture replaced with
'bonnell', but both new and old MARCH strings are kept
for compatibility
* optimize TMP variable setting
* add OUTDIR variable (default to $TMP) that defines output
directory for package; the goal is to simplify building
in containers
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
New package directory 'i3' created for i3 window manager and
applications, similar to other desktop environments (xfce, gnome, kde).
Following packages have been moved there: dmenu, rofi, i3-gaps, i3status,
i3blocks.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>