libbtrfsutil: add warning about autogenerated constants.c

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2021-05-03 16:51:30 +02:00
parent 86f85f176d
commit 4b6f420aa5

View File

@ -51,6 +51,8 @@ def gen_constants():
with open('constants.c', 'w') as f:
f.write("""\
/* WARNING: this file is auto-generated by setup.py and any change would be lost */
#include <btrfsutil.h>
#include "btrfsutilpy.h"