]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - doc/make.sh-usage
Fix dahdi firmware download.
[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
d1dd6669 13 changelog : Loads the latest changelog from SVN.
cd1a2927 14 check : Test if packages files are still available for download
a50d04ab
MT
15 This is faster on http URL with --spider, but still slow on ftp
16 because of real load.
cd1a2927 17 checkclean : Erase all check mark on cache directory to be able to check
a50d04ab 18 another time
cd1a2927 19 dist : Mainly produce a diff from previous version to track wich
a50d04ab 20 files have been changed
f9315063 21 make : Does a complete compile with fetching source packages.
a50d04ab
MT
22 pxe : <start|stop|reload>
23 Starts, stops or reloads a small tftp daemon for pxe boot.
cd1a2927
MT
24 toolchain : Create our own toolchain package to save 20% of build time.
25 shell : Enter a shell inside the chroot, used to tune lfs script
a50d04ab
MT
26 and / or during kernel upgrade to rebuild a new .config
27 svn : <update|diff|commit|dist>
28 update <rev> : Loads the latest source files from svn or if <rev> is given
29 it loads this revision.
30 diff : Mainly produce a diff from previous version to track wich
31 files have been changed
32 commit : Applies your changes to the svn.
33 dist <rev> : Tar the source code from revision.