]> git.ipfire.org Git - ipfire-3.x.git/blob - doc/make.sh-usage
e8da2d28c13b7b39355b7364af4392991d80a172
[ipfire-3.x.git] / doc / make.sh-usage
1 Standard use commands in the order you may need them.
2 build : compile the distribution
3 clean : erase build and log to recompile everything from scratch
4
5 Maintainer / advanced commands
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.
13
14 shell : Enter a shell inside the chroot, used to tune lfs script
15 and / or during kernel upgrade to rebuild a new .config.
16
17 git : _Git functions_
18 |`- pull : Loads the latest source files from repository.
19 |`- push : Pushes the local commits to the repository.
20 |`- log : Updates doc/ChangeLog.
21 |`- diff : Mainly produce a diff from previous version to track wich
22 | files have been changed.
23 |`- ci : Applies your changes to the repository.
24 `-- export : Tar.bz2 the source code from revision.
25
26 check : _Run sanity checks_
27 `- --fix : Fix some errors automatically.