Commit graph

886 commits

Author SHA1 Message Date
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
c1decbe119 Correct typos in FUNCTION_LIST 2012-03-20 13:37:52 +00:00
Pierre Labastie
78e2ad2335 change the cleaning code so that sources is not removed when not
using BLFS tools
2012-03-17 12:11:22 +00:00
Pierre Labastie
e61321f006 Suppress useless blfs-tool-deps 2012-03-13 10:38:40 +00:00
Pierre Labastie
688117a681 Typo in BLFS/Makefile 2012-03-13 09:32:39 +00:00
Pierre Labastie
55733136b6 Add comments to BLFS/Makefile
Use /bin/echo to write the initial instpkg.xml. Hopefully, the behavior
of /bin/echo is independant on the shell
Add a sudo to a sed in finc_install_blfs (needed in some cases)
2012-03-11 16:37:10 +00:00
Pierre Labastie
81cd513e46 Add a sudo instruction in func_install_blfs 2012-03-09 20:27:22 +00:00
Pierre Labastie
b9b4e313cd updated FUNCTION_LIST 2012-03-09 17:06:11 +00:00
Pierre Labastie
6cf9d46b73 Remove obsolete func_blfs_deps 2012-03-08 21:27:02 +00:00
Pierre Labastie
7ea25e4564 Add new functions for the blfs tool dependencies 2012-03-08 18:08:28 +00:00
Pierre Labastie
9a8653966c Update the blfs parts of README files 2012-03-08 18:03:56 +00:00
Pierre Labastie
2507cf77d9 Major change for the inclusion of blfs-tool dependencies:
- build them before custom tools
- use instructions in the BLFS book instead of harcoded ones
- use the dependency tracker of the tool itself (kind of bootstrap)
2012-03-08 17:42:55 +00:00
Pierre Labastie
34986b88da Add the version parameter of bump.xsl to Makefile
Separates first install of instpkg.xml from subsequent updates due to
new packages present in TRACK_DIR
2012-03-07 21:38:18 +00:00
Pierre Labastie
f3a500d5ef Source /etc/profile in envars.conf,
so that the environment is up to
date during the build
2012-03-07 21:32:03 +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
d120fec35b Forgot one Id property in custom 2012-03-03 20:18:50 +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
63e068c48e remove the no empty build dir guard (buggy anyway) and cosmetics in a comment 2012-02-29 13:22:01 +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
9d0e0eb568 Change a few variables in gen-makefile.sh, and clean work directory 2012-02-29 13:12:01 +00:00
Pierre Labastie
6cf28686ff merge create-sbu-report.sh from trunk 2012-02-28 18:12:12 +00:00
Pierre Labastie
52389b577c Updated BLFS/Makefile so that initial generation of TRACKFILE is more robust 2012-02-27 10:52:29 +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
b957bb6fd8 Correct hard linked directory in gen_pkg_book.sh 2012-02-25 17:41:55 +00:00
Pierre Labastie
d8add36def Correct initialisation of variables
in gen_pkg_book.sh
2012-02-25 17:36:48 +00:00
Pierre Labastie
2180d05288 Remove obsolete blfs-tool ans associated menu 2012-02-25 14:41:46 +00:00
Pierre Labastie
d08afa550a Restore a note about xorg7-font which had disappeared when updating README.BLFS 2012-02-25 10:08:03 +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
d7818f5134 Updates to README and README.BLFS. First "alpha release" 2012-02-24 15:29:08 +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
7e51281ea6 Changed the pkgmngt part of lfs.xsl so that no script is created if
packageManager.xml has not <screen><userinput> nodes for that
2012-02-23 14:12:55 +00:00
Pierre Labastie
59364d06eb Add cleaning of menu dir in blfs_root 2012-02-22 21:36:57 +00:00
Pierre Labastie
c1987b0daf clean also blfs_root when cleaning the build dir 2012-02-22 18:09:30 +00:00
Pierre Labastie
63fc514fa4 Initial modificaiton of BLFS tools 2012-02-22 17:09:47 +00:00
Pierre Labastie
021620981e Initial import of jhalfs trunk 2012-02-22 16:44:36 +00:00
Pierre Labastie
8ea21f8684 Fix a warning when $BUILDDIR/sources is empty and "Rebuild files" is done 2012-02-22 10:18:02 +00:00
Pierre Labastie
e650dc782c Adaptation to new tags/branch tree structure 2012-02-22 09:18:56 +00:00
Pierre Labastie
f21dff80de Avoiding warnings in 000-masterscript.log, coming from missing
scripts in LFS source
2012-02-21 08:58:49 +00:00
Pierre Labastie
b0881bdfef reverting a change to func_book_parser inadvertently propagated on
last commit
2012-02-19 11:06:38 +00:00
Pierre Labastie
4c6f54f3df Fix svn properties on some files 2012-02-19 10:54:17 +00:00
Pierre Labastie
52575b817e Corrected a typo in 911-sqlite 2012-02-14 13:09:49 +00:00
Pierre Labastie
256e8334a2 Bump Sqlite version to 3.7.10 2012-02-14 09:20:57 +00:00
Pierre Labastie
eddf6650af Bump lynx version to 2.8.8dev.10 2012-02-14 09:07:15 +00:00
Pierre Labastie
e639536073 Corrects Makefile generation when some script names are of the form
ddd-d-name, where d represent a digit. This is used for package management
and/or for adding custom scripts (see README)
2012-02-12 18:54:37 +00:00
Pierre Labastie
575bcf3c88 Modifies package manager scriptlet generation so that it is possible to
install several packages instead of only one (needed for pacman)
2012-02-12 18:33:40 +00:00