aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: reinstate the dump-commands targetPierre Labastie2022-09-181-14/+9
|
* Makefile: remove unneeded tabsPierre Labastie2022-09-181-4/+4
|
* provide revision-specific wget-list-$(REV) fileXi Ruoyao2022-06-211-12/+18
| | | | | | | | It's irrational to force a sysv builder to download systemd, or vice versa. But we cannot simply make wget-list specific for revision: IIRC the wget-list file with all packages in either revision is used by some scripts on rivendell. So we keep wget-list as is, and provide a new wget-list-$(REV) file which only contains the packages for one revision.
* Add a conditional entity for sysv/systemdPierre Labastie2021-09-221-1/+1
| | | | | This removes the need for versiond, and other xxxd entities. Those entities will be removed in the next commits.
* Remove eol spacesPierre Labastie2021-09-071-1/+1
|
* Fix lfs-print.css location in index.html <head>Pierre Labastie2021-08-211-0/+1
| | | | | | The template generates ../stylesheets/lfs-print.css, which is ok for all pages, except index.html. Remove the ../ with a sed in the Makefile.
* use https for anduinXi Ruoyao2021-05-241-1/+1
|
* automatically generate version info from git HEADXi Ruoyao2021-04-071-2/+5
|
* Split Chapter 5 into three separate chapters.Bruce Dubbs2020-06-161-4/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | Implement a new method of cross-building the LFS tool chain and other tools to simplify the method of isolating the new system from the original host. This will be the start of LFS-10.0. Move old trunk/BOOK to branches/old-trunk. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
| * Remove unused lines in MakefileBruce Dubbs2020-06-131-3/+0
| | | | | | | | | | | | | | | | Fix spacing in util-linux git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
| * Initial commit of alternative cross LFSBruce Dubbs2020-06-071-2/+2
|/ | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Commit forgotten Makefile in previous commitPierre Labastie2020-03-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Better beter fix for MakefilePierre Labastie2020-03-031-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* A better fix for the Makefile nochunksBruce Dubbs2020-03-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Ensure nochunks handles fixups properlyBruce Dubbs2020-03-021-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Convert bootscripts and udev tarballs to xzBruce Dubbs2019-06-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Comment out the "dump-commands" target in MakefilePierre Labastie2018-09-101-8/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11467 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Disable deprecated mpx code in gccBruce Dubbs2018-08-251-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweak the MakefileBruce Dubbs2018-08-211-5/+5
| | | | | | | Minor change to mountfs boot script when stopping. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Makefile: for pdf rendering:Pierre Labastie2018-03-161-5/+4
| | | | | | | - fix the required disk space for LFS-Bootscripts (use lfs-full instead of lfs-html2) - copy the images to RENDERTMP so that they appear in notes/warnings et al git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix image generation in PDF output.DJ Lucas2018-02-181-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweaking Makefile messagesBruce Dubbs2016-07-221-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to tzdata-2016f.Bruce Dubbs2016-07-101-2/+2
| | | | | | | | Add discussion of Grub Bios Partition. Fix Makefile for proper total package size calculation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust Makefile so it honors passed variables better.Bruce Dubbs2016-05-291-8/+8
| | | | | | | | Add a small sed to e2fsprogs that allows test successes to be properly identified. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates after a successful jhalfs buildBruce Dubbs2016-05-271-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Optimize building merged booksBruce Dubbs2016-05-251-183/+54
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11076 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix merged Makfile for pdfBruce Dubbs2016-05-251-3/+30
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update Makefile for merged files" nochunks, md5sums, wget-listBruce Dubbs2016-05-251-69/+186
| | | | | | | Fix some formatting ant typos git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Create branches/merge in svn repo fo rtesting of merged LFS booksBruce Dubbs2016-05-241-6/+69
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to tzdata-2015f. Bruce Dubbs2015-08-161-2/+3
| | | | | | | | | Add a workaround to ncurses in Chapter 5 for hosts that have mawk installed. Document some minor test failures. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adding some new png files to supoprt alternate cssBruce Dubbs2015-08-101-1/+1
| | | | | | | | | | | Fix css validation for media='print' stylesheet Add alternate css file NO VISIBLE CHANGES FOR USERS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust link to md5sums download in nochunks output. Fixes #3427.Matthew Burgess2013-11-191-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10375 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update stylesheets to docbook-xsl-1.78.1.Matthew Burgess2013-10-081-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweak dependencies for wget-list and md5sumsBruce Dubbs2013-09-011-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10334 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Touch up MakefileBruce Dubbs2013-05-071-22/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10267 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to automake-1.12.6 and linux-3.7.1Bruce Dubbs2012-12-181-1/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10070 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert erroneous stylesheet changes, applied by mistake.Matthew Burgess2012-09-041-4/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Cosmetic (source only) fixes to whatsnewMatthew Burgess2012-09-041-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9983 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweak MakefileBruce Dubbs2012-07-161-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Allow aux-file-data.sh to be run successfully from the command line, and ↵Matthew Burgess2012-03-051-15/+8
| | | | | | rename validxml target to validate. Thanks to Pierre Labastie for the report. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9762 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor clarification in MakefileBruce Dubbs2012-01-071-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix hyperlink to wget-list output in the nochunks HTML output. Fixes #2956.Matthew Burgess2011-11-011-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9658 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update Makefile to better support scriptsBruce Dubbs2011-10-091-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Miror update to bootscripts Makefile.Bruce Dubbs2011-10-081-2/+13
| | | | | | | Add capability in main Makefile to create md5sum file. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9618 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix pdf overflow of grub listing output by changing the font sizeBruce Dubbs2009-11-241-0/+1
| | | | | | | in the appropriate block of the lfs-pdf.fo file. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add maketar to the nochunks dependency list, to create the bootscripts and ↵Bryan Kadzban2009-06-121-1/+1
| | | | | | udev-config tarballs for it as well. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* process-scripts.sh and make-aux-files.sh don't currently make use of command ↵Gerard Beekmans2009-01-211-2/+2
| | | | | | line parameters. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix call to aux-file-data.sh for systems which don't link /bin/sh to ↵Matthew Burgess2008-11-221-1/+1
| | | | | | /bin/bash (e.g. Kubuntu-8.10). Other shells (e.g. dash) don't contain pushd and popd as shell builtins. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* More tweaking of Makefile validate ruleBruce Dubbs2008-10-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Touch up validate Makefile rule.Bruce Dubbs2008-10-051-5/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689