6 Commits

Author SHA1 Message Date
Michal Cieslakiewicz
5e42cfe13e Replace dot with colon in chown.
All build scripts have been modified to use 'chown user:group'
instead of 'chown user.group'.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2022-05-25 19:54:33 +02:00
Michal Cieslakiewicz
cd97cdf642 Build scripts: add new variables, update MARCH.
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>
2022-02-18 19:40:50 +01:00
Michal Cieslakiewicz
20c2aa658b All scripts: substitute proper variable to "-march=" for "native".
Fix compilation flag for default selection so proper $MARCH variable
is substituted instead of $ARCH.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-06-04 22:05:28 +02:00
Michal Cieslakiewicz
6a79aff5b8 All scripts: change default MARCH to "native".
Treewide change of default MARCH from "sandybridge" (the arch I compile on)
to "native" to better fit other CPU architectures.

Note to Intel Sandy Bridge users: "-march=native" compilation enables "-maes";
this flag was off for "-march=sandybridge" due to AES being apparently not
supported until microcode update. So if you do not have a recent microcode
from Intel loaded early at boot, stick to "-march=sandybridge".

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-06-04 10:44:54 +02:00
Michal Cieslakiewicz
2a5564c097 d/quilt: SlackBuild ARCH updated.
ARCH variable changed to follow general script convention.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-06-03 00:12:19 +02:00
Michal Cieslakiewicz
e9571a1fa6 Initial commit.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-04-16 19:31:17 +02:00