Commit graph

85 commits

Author SHA1 Message Date
Manuel Canales Esparcia
962793a098 Added support for host that place home dirs under a directory othen than /home.
Request and partial patch from Mario Lang.
2007-04-13 20:40:38 +00:00
George Boudreau
b6f6212d8b bug fix 2007-03-28 23:55:21 +00:00
Manuel Canales Esparcia
39f5f3eb99 HLFS: Fixed Butterfly sanity checks. 2007-03-28 19:17:14 +00:00
George Boudreau
a9d3a9a0d4 adjust code to match recent HLFS book changes 2007-03-28 12:24:52 +00:00
George Boudreau
1a39790d57 Corrected typo in chapter name 2007-03-28 00:43:22 +00:00
George Boudreau
26dbe1a573 Successful bug hunt in HLFS 2007-03-27 17:37:18 +00:00
Manuel Canales Esparcia
dbcdfd7f69 Reimplemented support for partial builds. 2007-03-18 10:14:04 +00:00
George Boudreau
a8ceefcfe8 Remove unnecessary text messages 2007-03-02 03:55:21 +00:00
George Boudreau
79da2977ad added function to file makefile_functions and added call in HLFS and CLFS master.sh 2007-03-02 00:09:55 +00:00
Manuel Canales Esparcia
aec44836a5 Fixed SHELL setting to work also when resuming failed builds. 2007-02-26 20:18:52 +00:00
Manuel Canales Esparcia
7d6fe10675 Final system strip command scripts need to use #!/tools/bin/bash 2007-02-23 22:33:09 +00:00
Manuel Canales Esparcia
1330ebc253 Fixed chroot environment to be more closed to the one expected by the books.
Need be full tested.
2007-02-17 02:08:46 +00:00
Manuel Canales Esparcia
81f7dc1ed0 Make SHELL=/bin/bash a Makefile variable instead using it inside the sub-make invocations to avoid be propagated to make processes started by the actual build scripts. 2007-02-16 18:24:19 +00:00
Manuel Canales Esparcia
3e7ceed256 Ported CUSTOM_TOOLS support to all books. 2006-12-15 10:53:10 +00:00
Manuel Canales Esparcia
5bf24e6b95 HLFS: Fixed /dev/console permissions. 2006-12-10 10:45:34 +00:00
Manuel Canales Esparcia
37002aec07 HLFS: Fixed MAKEDEV download.
Solved /dev/console and /dev/null issue.
Removed a hardcoded script number.
2006-12-10 10:43:20 +00:00
Manuel Canales Esparcia
d4ef791fd5 HLFS: Only kernfs need be in SUDO target. 2006-12-09 19:32:34 +00:00
Manuel Canales Esparcia
4d15d7f5c0 HLFS: Added support for 2.4-branch. 2006-12-09 19:22:38 +00:00
Manuel Canales Esparcia
63b87af9eb HLFS: Create a custom /etc/hlfs-release file. 2006-12-09 12:17:20 +00:00
Manuel Canales Esparcia
24f2c511ce HLFS: Fixed SUDO target. 2006-12-08 12:21:02 +00:00
Manuel Canales Esparcia
85077e7f77 HLFS: There is no testing-gcc section. 2006-12-08 12:03:08 +00:00
Manuel Canales Esparcia
ff43bb8088 HLFS: revised testsuites run. 2006-12-08 11:56:07 +00:00
Manuel Canales Esparcia
7e5ea15f45 There is no Groff debian fixes patch in HLFS or CLFS. 2006-12-08 10:48:30 +00:00
Manuel Canales Esparcia
5e83595a2b HLFS: Gettext is not needed now in chapter05 uClibc. 2006-12-08 10:34:17 +00:00
Manuel Canales Esparcia
8426d1fdc4 Skip linux-headers reinstallation from iterative builds. 2006-12-07 10:51:26 +00:00
Manuel Canales Esparcia
10c8b78425 More compare and related fixes.
Test build in progress.
2006-12-05 15:25:00 +00:00
Manuel Canales Esparcia
6bb080e696 Revised compare code. Test build in progres. 2006-12-04 20:58:09 +00:00
Manuel Canales Esparcia
ac35c8e7d2 MOUNT_PT permissions fixes in LFS and HLFS. In CLFSx it need be revised after 2.1 release.
Fixed /etc/lfs-release creation.
2006-12-04 19:23:26 +00:00
Manuel Canales Esparcia
5f4982dc54 Simplified sha-bang addition.
We are creating the /bin/bash symlink before entering to the chroot jail.
2006-12-04 12:49:35 +00:00
Manuel Canales Esparcia
f3a7f3b897 Bug fix: removed set +h from chroot commands. 2006-12-04 11:26:39 +00:00
Manuel Canales Esparcia
ee89023cca Setting +h in the build scripts to be sure that hashing is actually dissabled. 2006-11-27 21:53:19 +00:00
Manuel Canales Esparcia
30d1215ed1 Embryo-toolchain don't need gcc-g++ package. 2006-11-15 20:21:16 +00:00
Manuel Canales Esparcia
1838bc7f42 Changed how create-sbu_du-report target is created.
Added blfs-tool support to HLFS.
2006-11-12 13:50:34 +00:00
Manuel Canales Esparcia
8f2c0862e9 Functions clean-up. 2006-11-11 21:20:15 +00:00
Manuel Canales Esparcia
195ed9f9a9 Moved Makefile header creation to a common function. 2006-11-11 19:55:13 +00:00
Manuel Canales Esparcia
d3802b150f master.sh files don't need be executables.
Fixed chroot commands extraction.
2006-11-11 12:00:52 +00:00
Manuel Canales Esparcia
91ff6a9e0c Replaced /bin/sh by /bin/bash 2006-11-11 11:39:16 +00:00
George Boudreau
a2133cb501 Internal changes made to accomodate Ubuntu 2006-11-08 17:09:24 +00:00
Manuel Canales Esparcia
8bea2c8811 Fixed du bug related to lost+found permissions.
Using PRT_DU and PRT_DU_CHR in all places.
Using logs/$@ in all places.
Fixed du meassurament in LFS build for changingowner and kernfs scripts.
2006-11-01 15:41:52 +00:00
Manuel Canales Esparcia
d97b705bcc Removed obsolete dead code. 2006-10-09 21:25:07 +00:00
Manuel Canales Esparcia
f5fc83d9d8 Removed obsolete restart code from all books.
A better approach need be developed.
2006-10-02 19:38:34 +00:00
Manuel Canales Esparcia
045b2dc1ce Merged r3043:3145 from experimental:
New Makefile code and other improvements.
2006-10-02 19:32:06 +00:00
Manuel Canales Esparcia
f4caf9cd7f Full removed support for keymap compilation into the kernel. 2006-09-11 18:47:51 +00:00
Manuel Canales Esparcia
4da2512b16 Merged r3068:3072 from expoerimental:
cmdline and config files support removal.
2006-08-29 18:16:27 +00:00
Manuel Canales Esparcia
f98695ccc8 Fixed XSL typos. 2006-08-17 17:26:06 +00:00
Manuel Canales Esparcia
401f81e4da Ported Makefile clean-up and 0/1 to n/y migration code from experimental.
There is no obvious bugs, let users to find hidden bugs.
2006-08-16 17:42:54 +00:00
Manuel Canales Esparcia
a1f1969e3b Don't bomb on testsuites that already have -k in the book. 2006-08-15 14:51:39 +00:00
Manuel Canales Esparcia
6ad5a2fbb7 Ported LUSER code and last CLFS2 fix from experimental. 2006-08-08 17:26:40 +00:00
Manuel Canales Esparcia
28f47563a6 Added config option to allow to bommb in test suites faiures. 2006-08-05 14:51:11 +00:00
Manuel Canales Esparcia
1e69324e07 HLFS fixes: remove existing toolchain dirs due failed builds and fix the wrt_test_log2 test. 2006-08-05 11:37:27 +00:00