OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
477 B

  1. The following hooks which may be extended using hook_add() from parse-config
  2. files are available (see 'man' and 'ccache' parse-config files for examples):
  3. prepare
  4. prepatch
  5. postpatch
  6. postdoc
  7. preconf
  8. premake
  9. inmake
  10. postmake
  11. postflist
  12. postinstall
  13. finish
  14. They always contain an entry for the equally named variable (which has a
  15. description in PKG-BUILD-VARS) with priority '5'.
  16. See calls to hook_eval() in Build-Pkg if you want to know when the hooks
  17. are executed.