From 553cfcce4259cb2a0d622110ad52811d9ab357b6 Mon Sep 17 00:00:00 2001
From: Björn Persson
This preprocesses files that need to be preprocessed before projects are built.
You may add a recipe to postinstall if there are commands +that need to be run on the target system after the files have been installed. +This will typically be commands that modify existing files on the target +system. Normally “make install” runs postinstall after +installing the files when DESTDIR is empty, but skips it when a +directory is specified in DESTDIR, because such commands need to be +run on the target system, not on a build server. Installing users can override +this default behaviour by setting do_postinstall to +“true” or “false”.
This is like postinstall except that it's run before the +files are installed, not after. Installing users can control it with +do_preinstall.
You may add a recipe to install_files if any files have to be +written, deleted or moved after the staged directory tree has been copied. +Avoid using this if possible. It's better to stage all the files correctly +under the staging directory in the build phase, but this hook exists if you +really need it for some workaround.
“make configure” is used to set values in the persistent configuration and to set up a -- cgit v1.2.3