From: Thomas Petazzoni Date: Sun, 23 Feb 2014 15:04:27 +0000 (+0100) Subject: docs/manual: toolchain packages no longer use custom makefiles X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b100de2cf36d81910ab53978b8a379214a683ea;p=buildroot.git docs/manual: toolchain packages no longer use custom makefiles Signed-off-by: Thomas Petazzoni Reviewed-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/docs/manual/rebuilding-packages.txt b/docs/manual/rebuilding-packages.txt index 88d667015d..da8d2308f7 100644 --- a/docs/manual/rebuilding-packages.txt +++ b/docs/manual/rebuilding-packages.txt @@ -69,8 +69,5 @@ files that just tell whether this or that action has been done): Buildroot will trigger the recompilation of the package from the compilation step (execution of +make+). -Note: toolchain packages use custom makefiles. Their stamp files are named -differently. - Further details about package special make targets are explained in xref:pkg-build-steps[].