gettext-full: override SUBDIRS variable with Makefile
authorMichael Pratt <mcpratt@pm.me>
Sat, 15 Apr 2023 23:54:43 +0000 (19:54 -0400)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 4 May 2023 04:07:29 +0000 (06:07 +0200)
commitca8577f930713999fe27bdb2bd8c33ac8afb5bc8
tree80735a7827efc8a5c8993f3150546ae4350a026e
parent4437434b8a4c8c4f9000caeb773c1aa248a6d29a
gettext-full: override SUBDIRS variable with Makefile

Instead of editing the SUBDIRS variable with a patch,
it can be overriden at the end of the command line when invoking Make.

This tool has a series of recursive Makefiles in each subdirectory,
therefore SUBDIRS is set to a pattern of Make functions
so that the result is variable depending on the current subdirectory
that Make is being invoked in.

Some of the subdirectories don't have a Makefile and are just storing files
for another subdirectory Makefile target,
therefore we have to place a fake Makefile that does nothing.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
package/libs/gettext-full/Makefile
package/libs/gettext-full/patches/001-no_examples_and_tests.patch [deleted file]