MahiroOS-jhalfs/common
Pierre Labastie 249d4ade20 Fix (again) the run-in-cgroup.sh script
When using "sh  << EOF", what is between this line and EOF runs
with no attached terminal. But we need a terminal for running the
build. So we have to use "sh -c ". But then nesting of double
quotes, $, etc is too complicated. So run as root, and become back
user only when exec'ing. For some reason $@ does not work, so use
a variable set to $@.
2023-11-16 16:10:46 +01:00
..
libs Fix a typo 2023-11-15 18:24:22 +01:00
chroot.xsl Replace $(nproc || echo 1) and $(nproc) 2023-09-11 16:04:44 +08:00
common-functions Run the master Makefile with -j1 2022-11-04 13:19:18 +01:00
create-sbu_du-report.sh Various fixes for create-sbu_du-report.sh 2022-02-19 15:08:37 +01:00
hostreqs.xsl Remove $Id$ comments, they are useless with git 2021-10-31 10:22:30 +01:00
kernfs.xsl Modify kernfs scripts to be able to run them twice 2023-09-12 22:54:51 +02:00
makefile-functions Change mail address for sending reports 2022-03-02 11:46:09 +01:00
packages.xsl Remove legacy: remove everything about HLFS 2022-02-28 13:30:53 +01:00
progress_bar.sh Remove $Id$ comments, they are useless with git 2021-10-31 10:22:30 +01:00
run-in-cgroup.sh Fix (again) the run-in-cgroup.sh script 2023-11-16 16:10:46 +01:00
urls.xsl Use only upstream's URL in urls.lst 2022-05-07 11:24:06 +02:00