mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 23:01:14 +00:00

(Default shell as in the /bin/sh executable.) On Debian and other systems using a different Bourne-compatible shell that doesn't support some of Bash's syntax extensions (in particular, '&>' as a redirection operator targeting stdout+stderr), the pot-update target is completely broken, stuffing the POTFILES.in lists for either the last (wesnoth-utbs) or first (wesnoth-ai) textdomains with paths for every C/C++ source file from our tree. Shells that do not interpret &> the way Bash does consider it to be the stdout redirection operator following an asynchronous invocation. Of course such a thing is bound to cause weird issues like this.
Files in this folder will be used to help cmake. The origin of the scripts, if they are not written by us will be noted here, too, so that it is easy to update them. file: FindLibintl.cmake url: http://websvn.kde.org/*checkout*/trunk/KDE/kdelibs/cmake/modules/FindLibintl.cmake revision: 797757 file: FindGettext.cmake url: http://kwwidgets.org/cgi-bin/viewcvs.cgi/CMake/FindGettext.cmake?root=KWWidgets&view=markup revision: 1.2