John f20e10cd44 Revert "build-style meson: fix _MESON_CPU_FAMILY=ppc64le"
This reverts commit 0d23f73635d8d5b96e832387b9e578bba4014cd4.
2019-11-27 21:41:55 +01:00
..
2019-10-26 00:59:41 +02:00
2019-04-14 01:47:16 -03:00
2019-11-16 12:49:56 +01:00
2018-11-26 04:11:50 -02:00

BUILD STYLES
============

These shell snippets provide support for multiple build systems, i.e GNU configure,
CMake, etc. A build style file must provide at least the following functions:

	- do_configure
	- do_build
	- do_install

If a source package defines its own do_xxx() function, the function defined in
the build style file is simply ignored.