This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
MahiroOS-jhalfs/BLFS
Pierre Labastie 970f2dc6e0 Change script generation of root command: replace fragile construct
sudo sh -c '<commands>'
with slightly less fragile construct
sudo sh << ROOT_EOF
<commands with ` and \ escaped>
ROOT_EOF
Note: $ are not escaped, which is usually what is intended, but not always
2012-03-20 17:12:26 +00:00
..
libs Initial modificaiton of BLFS tools 2012-02-22 17:09:47 +00:00
xsl Change script generation of root command: replace fragile construct 2012-03-20 17:12:26 +00:00
envars.conf Major change for the inclusion of blfs-tool dependencies: 2012-03-08 17:42:55 +00:00
gen-makefile.sh Change a few variables in gen-makefile.sh, and clean work directory 2012-02-29 13:12:01 +00:00
gen-special.sh Adds -j1 to "make install", impose a dependency on preceding package in X* 2012-02-23 17:42:27 +00:00
gen_pkg_book.sh Correct hard linked directory in gen_pkg_book.sh 2012-02-25 17:41:55 +00:00
Makefile Typo in BLFS/Makefile 2012-03-13 09:32:39 +00:00
packdesc.dtd Initial modificaiton of BLFS tools 2012-02-22 17:09:47 +00:00
TODO BLFS: Updated TODO. 2007-07-26 19:08:59 +00:00