mirror of
https://github.com/MariaDB/server.git
synced 2025-05-29 21:42:28 +03:00
added a rule that use gcc to generate preprocessor output (gcc -E) that can be then compared to a already generated output using the diff utility. Ran make test on the repository to verify changes.