aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-07 15:29:30 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-07 15:48:50 +0200
commit31ebb7b975639ece82f8cc15d550097989c4b449 (patch)
treecbf7b2480ce67722464d86b24d04dedb3527c0d1
parentcd6b75229a4f4b648945418ee49e7c23e24bbeeb (diff)
Don't use emacs' python-mode for meson files
There is a proper meson-mode now.
-rw-r--r--include/meson.build3
-rw-r--r--lib/meson.build3
-rw-r--r--meson.build3
-rw-r--r--test/meson.build3
-rw-r--r--util/meson.build3
5 files changed, 0 insertions, 15 deletions
diff --git a/include/meson.build b/include/meson.build
index f1fa5f0..417113f 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -1,6 +1,3 @@
-# Attention, emacs, please use -*- mode: python -*-
-# (even though this isn't actually Python code)
-
libfuse_headers = [ 'fuse.h', 'fuse_common.h', 'fuse_lowlevel.h',
'fuse_opt.h', 'cuse_lowlevel.h' ]
diff --git a/lib/meson.build b/lib/meson.build
index c583b85..9997187 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -1,6 +1,3 @@
-# Attention, emacs, please use -*- mode: python -*-
-# (even though this isn't actually Python code)
-
libfuse_sources = ['fuse.c', 'fuse_i.h', 'fuse_loop.c', 'fuse_loop_mt.c',
'fuse_lowlevel.c', 'fuse_misc.h', 'fuse_opt.c',
'fuse_signals.c', 'buffer.c', 'cuse_lowlevel.c',
diff --git a/meson.build b/meson.build
index ad934de..df96f96 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,3 @@
-# Attention, emacs, please use -*- mode: python -*-
-# (even though this isn't actually Python code)
-
project('libfuse3', 'c', version: '3.0.2',
meson_version: '>= 0.38',
default_options: [ 'buildtype=plain' ])
diff --git a/test/meson.build b/test/meson.build
index cf36405..ecff313 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,6 +1,3 @@
-# Attention, emacs, please use -*- mode: python -*-
-# (even though this isn't actually Python code)
-
# Compile helper programs
td = []
foreach prog: [ 'test_write_cache', 'test_setattr' ]
diff --git a/util/meson.build b/util/meson.build
index 43c4973..28e683c 100644
--- a/util/meson.build
+++ b/util/meson.build
@@ -1,6 +1,3 @@
-# Attention, emacs, please use -*- mode: python -*-
-# (even though this isn't actually Python code)
-
# we re-use mount_util.c from the library, but do want to keep ourself
# as stand-alone as possible. in order to make an out-of-source build
# possible, we "generate" the file from its original location by