Build functions reference
The following functions, which are all provided by ebuild.sh, are useful
during the unpack and compile stages.
| Function | Details |
|---|---|
unpack archives
|
Unpack the specified archives. |
econf args
|
Wrapper for ./configure. Passes on all args. Will abort
(via die) should configure fail.
See econf options
for details.
|
emake args
|
Wrapper for make. Passes on all args.
|