t2sde icon indicating copy to clipboard operation
t2sde copied to clipboard

Convert legacy "custmain" packages to use more modern "hooks"

Open rxrbln opened this issue 3 years ago • 1 comments

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

rxrbln avatar Oct 04 '21 11:10 rxrbln

mostly addressed with revision 54928.

rxrbln avatar Jan 08 '22 23:01 rxrbln