t2sde
t2sde copied to clipboard
Convert legacy "custmain" packages to use more modern "hooks"
Since a long, long time (15+ years) overwriting the build system hooks for flexible target customization with custmain= is deprecated. Convert the remaining packages to use hooks instead:
grep custmain= package///*.conf
Usually easily like: makeopt= makeinstopt= hook_add inmake 5 "the custmain code"
Like e.g. Committed revision 53416. for rox-filer
mostly addressed with revision 54928.