]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - doc/make.sh-usage
Update translations
[people/pmueller/ipfire-2.x.git] / doc / make.sh-usage
CommitLineData
cd1a2927 1Standard use commands in the order you may need them.
a50d04ab 2 downloadsrc : preload all necessary files in cache before compilation
cd1a2927
MT
3 build : compile the distribution
4 clean : erase build and log to recompile everything from scratch
5
6Optional
d1dd6669 7 gettoolchain : optionally load from ipfire.org a precompilated toolchain
cd1a2927
MT
8 package. This solve some compilation issues on old or very
9 recent distributions and save 20% of next full building time.
10 If you want to use it, do it before build step
11
12Maintainer / advanced commands
cd1a2927
MT
13 toolchain : Create our own toolchain package to save 20% of build time.
14 shell : Enter a shell inside the chroot, used to tune lfs script
a50d04ab 15 and / or during kernel upgrade to rebuild a new .config
c5f804db
MT
16
17
18Options:
19 --target=[armv5tel|i586] : Cross-compile for this target architecture.
20 Uses the QEMU emulator if needed to virtualise
21 the desired target architecture.
22 Can be permanently set with TARGET_ARCH= in
23 .config.