]> git.ipfire.org Git - ipfire-3.x.git/blame - doc/make.sh-usage
Made a function that checks if the host cpu has all functionalities we need.
[ipfire-3.x.git] / doc / make.sh-usage
CommitLineData
cd1a2927 1Standard use commands in the order you may need them.
12720394
MT
2 build : compile the distribution
3 clean : erase build and log to recompile everything from scratch
cd1a2927
MT
4
5Maintainer / advanced commands
12720394
MT
6 toolchain : (Without argument) Create our own toolchain package.
7 |`- get : Download from source.ipfire.org.
8 `-- put : Upload to source.ipfire.org.
9
10 source : _Source tarballs and patches_
11 |`- get : Download from source.ipfire.org.
12 `-- put : Upload to source.ipfire.org.
ce85f613 13
e70deaa8
MT
14 target : _Images and packages_
15 `- put : Upload everything to the public ftp server.
16
12720394
MT
17 shell : Enter a shell inside the chroot, used to tune lfs script
18 and / or during kernel upgrade to rebuild a new .config.
ce85f613 19
12720394
MT
20 git : _Git functions_
21 |`- pull : Loads the latest source files from repository.
22 |`- push : Pushes the local commits to the repository.
23 |`- log : Updates doc/ChangeLog.
24 |`- diff : Mainly produce a diff from previous version to track wich
25 | files have been changed.
26 |`- ci : Applies your changes to the repository.
27 `-- export : Tar.bz2 the source code from revision.
ce85f613 28
12720394 29 check : _Run sanity checks_
c90c0df9
MT
30 | On every option you can use --fix
31 | to fix some errors automatically.
32 |`- cpu <flag> : Check cpu for flag.
33 |`- roofiles [--fix] : Check rootfiles for error.
34 `-- sanity [--fix] : Check full code for errors.