mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +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.