diff options
author | Lionel Landwerlin <llandwerlin@gmail.com> | 2010-11-04 03:50:24 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-05 10:03:29 +0100 |
commit | 89d1ad91fe4b1b65f0e902f94aba99a6cefbf631 (patch) | |
tree | 0e60718831c6079622aeff26b0ec283c40f95ef5 /docs/buildroot.html | |
parent | 3256bcafb57999b3807ef73e4525ee5d2e462668 (diff) |
package: move autoreconfigure step to pre configure hook
[Peter: update documentation to match]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 00808ffc4..a94e7befa 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1123,6 +1123,7 @@ endef <ul> <li><code>LIBFOO_POST_PATCH_HOOKS</code></li> + <li><code>LIBFOO_PRE_CONFIGURE_HOOKS</code></li> <li><code>LIBFOO_POST_CONFIGURE_HOOKS</code></li> <li><code>LIBFOO_POST_BUILD_HOOKS</code></li> <li><code>LIBFOO_POST_INSTALL_HOOKS</code> (for host packages only)</li> |