Commit graph

197 commits

Author SHA1 Message Date
Manuel Canales Esparcia
ace81427f6 Looks like SHELL value need be exported for the progress_bar.sh test to work properly in all cases. 2007-03-18 10:59:28 +00:00
Manuel Canales Esparcia
dbcdfd7f69 Reimplemented support for partial builds. 2007-03-18 10:14:04 +00:00
Manuel Canales Esparcia
b0ba1f0652 Fix segfault on tools stripping phase. 2007-03-18 09:46:24 +00:00
Manuel Canales Esparcia
daa489df5d Removed unmaintained PACO patch. 2007-03-03 11:58:40 +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
b230bd6f0a CLFS3 don't have a stripping page. 2007-02-26 20:35:33 +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
7fe73c8e36 Actually fixed echo_report output. 2007-02-25 19:24:17 +00:00
Manuel Canales Esparcia
fc87e138a4 Fixed echo_report console output look. 2007-02-25 09:56:35 +00:00
Manuel Canales Esparcia
39a93a45a0 Typo fix. 2007-02-25 09:44:08 +00:00
Manuel Canales Esparcia
3cb432a02c Small typo fix. 2007-02-18 12:39:27 +00:00
Manuel Canales Esparcia
a5e3400f3a Fixed clean_buildir function to handle properly dev, proc, and sys directories. 2007-02-18 12:37:10 +00:00
Manuel Canales Esparcia
6d73498400 Fixed progress_bar.sh run inside chroot jail. 2007-02-17 16:26:34 +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
George Boudreau
9bbf240aa7 Added WRT scripts to CLFS-Embedded 2007-02-15 19:15:05 +00:00
Manuel Canales Esparcia
a9ca77ff02 Fixed FTP mirror path for CLFSx books. 2007-02-13 19:21:34 +00:00
Manuel Canales Esparcia
3e7ceed256 Ported CUSTOM_TOOLS support to all books. 2006-12-15 10:53:10 +00:00
Manuel Canales Esparcia
cd4466fbd9 Added BLFS_TOOL support to CLFS2 and some bug fixes. 2006-12-11 18:21:16 +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
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
f221c2c815 Solved download from sourceforge URLs 2006-12-04 17:47:37 +00:00
George Boudreau
3c38ab0985 Adapted to clfs bootscript naming convention 2006-12-02 22:11:32 +00:00
Manuel Canales Esparcia
e780eda437 Fixed a bug generated by r3224 commit.
Thanks to Matthew Burgess for the report and patch.
2006-11-28 19:14:13 +00:00
Manuel Canales Esparcia
72883d3091 Look fix. 2006-11-16 18:34:59 +00:00
Manuel Canales Esparcia
ee728b3569 Some config fixes. 2006-11-16 18:31:27 +00:00
George Boudreau
9c1838ba25 Added missing case statement for clfs3 2006-11-15 21:41:07 +00:00
Manuel Canales Esparcia
62d690d2ec Now HLFS is using kernel headers. 2006-11-15 19:39:00 +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
1f81129de6 Reordered makefile_functions. 2006-11-12 12:10:25 +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
fe30c61a75 Splitted common-functions. 2006-11-11 19:06:46 +00:00
Manuel Canales Esparcia
47b363c097 Renamed file for consistency. 2006-11-11 17:47:43 +00:00
Manuel Canales Esparcia
c917342708 Moved current functions library files to libs directory. 2006-11-11 17:20:27 +00:00
Manuel Canales Esparcia
91ff6a9e0c Replaced /bin/sh by /bin/bash 2006-11-11 11:39:16 +00:00
George Boudreau
2639f65b55 Initial commit of CLFS3 changes, pt2. 2006-11-11 00:09:42 +00:00
Manuel Canales Esparcia
e66ee706d1 Small change required by customization support. 2006-11-10 14:33:23 +00:00
George Boudreau
fc6076c7d5 Who knew make would not like embedded control codes in its strings. For now tab_ works but nl_ doesn't 2006-11-06 22:06:35 +00:00
George Boudreau
91bac7ff07 Remove -e switch from generated Makefile and replaced needed \n \t with string constants nl_ and tab_ 2006-11-06 21:25:22 +00:00
George Boudreau
d981bdea0d Removed a typo 2006-11-06 21:19:54 +00:00
Manuel Canales Esparcia
7c24cf0960 Removed unneeded & 2006-11-06 21:07:21 +00:00
George Boudreau
f4d9a48a21 Remove \t from make messages, not compat with sh. Correct chroot extraction for CLFS to match book 2006-11-06 19:41:19 +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
George Boudreau
a96109a275 more changes made to accomodate bash-3.2 2006-10-24 02:49:37 +00:00
Manuel Canales Esparcia
a16f769dcf Renamed RE_MAKE to REBUILD_MAKEFILE.
When rebuilding the Makefile we need to know the book version.
Added REBUILD_MAKEFILE to configurations validation.
2006-10-19 17:27:18 +00:00
George Boudreau
e7655b2815 Added the ability to create custom scripts that do not reference tarballs.. self contained bash scripts 2006-10-16 22:59:45 +00:00
Manuel Canales Esparcia
53f291f65c Using TRACKING_DIR for CUSTOM_TOOLS. 2006-10-16 18:17:01 +00:00
Manuel Canales Esparcia
93d32cfafb Added missing Id tags. 2006-10-16 17:26:37 +00:00