Commit graph

27 commits

Author SHA1 Message Date
Pierre Labastie
0a661b663c Further deps modifications
in order to be sure that the preceding page is a dep in the X chapter
2013-04-19 21:38:09 +00:00
Pierre Labastie
d48726d654 Corrected make_book.xsl again 2013-04-15 21:39:44 +00:00
Pierre Labastie
e86d4cd693 Further correction of make_book.xsl 2013-04-15 20:48:24 +00:00
Pierre Labastie
1f3e275542 in make_book.xsl:
add contains(@id,xorg7) to the sect1 test for xorg packages
2013-04-15 13:53:59 +00:00
Pierre Labastie
d236bbdf03 BLFS tools:
- Separates the groups of xorg package into individual builds
2013-03-31 17:25:21 +00:00
Pierre Labastie
eabc2055e3 Change dependance on preceding module in Python Modules from "required"
to "optional"
2012-12-27 08:28:26 +00:00
Pierre Labastie
e51fab2cc5 Correct a bug in xsl files, which made modules disappear when no other
package was present in a sublist.
+ make version bumping work for modules
2012-12-27 08:10:02 +00:00
Pierre Labastie
1061e6bc9d Adjust to modifications in X Window chapter 2012-12-12 21:05:08 +00:00
Pierre Labastie
dd7e92a4ad Typo in BLFS/xsl/scripts.xsl 2012-05-06 07:41:10 +00:00
Pierre Labastie
ee1e22bb30 Makes xorg-driver a required dep of xterm, since the preceding-sibling
is not a unique package. In xsl/gen_pkg_list.xsl
2012-04-22 20:59:19 +00:00
Pierre Labastie
115c75a753 In BLFS tools: generate dependencies in book order for KDE 2012-04-15 08:27:58 +00:00
Pierre Labastie
0bd3836477 Usage shows that it is better to have all defaults to "n" in BLFS
for Config.in
2012-04-15 08:18:16 +00:00
Pierre Labastie
d721466a77 Give xterm2 as a dependency when xorg is requested 2012-04-09 19:20:00 +00:00
Pierre Labastie
f53dc4cf43 Change again the root commands, so that all control characters are escaped
Update the corresponding part in README.BLFS
2012-04-09 10:17:30 +00:00
Pierre Labastie
cd668b9315 Correction to the code for outputing root commands, so that the backquote and
backslash character are not escaped when not using sudo
2012-03-22 20:40:04 +00:00
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
Pierre Labastie
18a2beaa27 Add a "version" parameter to bump.xsl 2012-03-05 17:33:11 +00:00
Pierre Labastie
6631b83ab8 Code to copy back the tarball to SRC_ARCHIVE and
to account for the possibility of new-line in md5sums strings
in scripts.xsl
2012-03-05 17:23:09 +00:00
Pierre Labastie
968e95875f Update second place where MD5 sums occur in BLFS/xsl/scripts.xsl 2012-03-03 20:14:40 +00:00
Pierre Labastie
fd988ce1ca copy back downloaded files to SRC_ARCHIVE in BLFS 2012-03-03 20:08:37 +00:00
Pierre Labastie
0aaeb8ec6e Add logic for the case when MD5 sums are not immediately followed by </para>
in BLFS/xsl/scripts.xsl
2012-03-03 18:41:53 +00:00
Pierre Labastie
4fdb8bd089 suppress a useless template in bump.xsl 2012-03-03 17:02:26 +00:00
Pierre Labastie
b9c5dc9d7b Change the code for downloading patches in scripts.xsl
Correct the ftp server usage whan downloading non package files
2012-02-29 13:16:50 +00:00
Pierre Labastie
9683707108 Added unpacking instruction for "zip"ped packages in generated scripts 2012-02-27 10:47:30 +00:00
Pierre Labastie
5e9076f11d Add sudo to generation of rm-rf when cleanning the build tree
because some files may be ownded by root (python2 e.g.)
2012-02-25 09:51:13 +00:00
Pierre Labastie
96a30c7a23 Adds -j1 to "make install", impose a dependency on preceding package in X*
chapter
2012-02-23 17:42:27 +00:00
Pierre Labastie
63fc514fa4 Initial modificaiton of BLFS tools 2012-02-22 17:09:47 +00:00