add config2.h to gitignore

This commit is contained in:
alex.sharov 2021-06-03 14:18:48 +07:00
parent f1efb0f8e3
commit 7b92b98f7a

View File

@ -128,7 +128,7 @@ mdbx:
&& echo '#define MDBX_FORCE_ASSERTIONS 0' >> config.h \
&& mv config.h config2.h \
&& tail -n +2 config2.h > config.h \
&& rm config2.h \
&& rm -f config2.h \
&& cat config.h \
&& CFLAGS_EXTRA="-Wno-deprecated-declarations" make mdbx-static.o