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

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