mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 09:46:55 +00:00
libbtrfsutil: add warning about autogenerated constants.c
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
86f85f176d
commit
4b6f420aa5
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user