mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +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.