From 73199f1b1f0af3770c393bd00863266c66310bea Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sun, 18 Jan 2009 00:04:05 +0100 Subject: [PATCH] Removed emacs modelines Snippets can be recognized by .omk extension. --- snippets/base.omk | 4 ---- snippets/build.omk | 2 +- snippets/config_h.omk | 5 ----- snippets/cprog.omk | 2 +- snippets/gcc.omk | 4 ---- snippets/include.omk | 4 ---- snippets/keil16x.omk | 4 ---- snippets/keil51.omk | 4 ---- snippets/linux.omk | 4 ---- snippets/localeval.omk | 4 ---- snippets/prepare.omk | 2 +- snippets/qt.omk | 4 ---- snippets/rtems.omk | 4 ---- snippets/sdcc.omk | 4 ---- snippets/sources-list.omk | 4 ---- snippets/sysless.omk | 4 ---- snippets/vxworks.omk | 4 ---- 17 files changed, 3 insertions(+), 60 deletions(-) diff --git a/snippets/base.omk b/snippets/base.omk index fb536b5..2c0846a 100644 --- a/snippets/base.omk +++ b/snippets/base.omk @@ -314,7 +314,3 @@ omkize: include prepare.omk #omkbuild include build.omk #omkbuild - -# Local Variables: -# mode:makefile-gmake -# End: diff --git a/snippets/build.omk b/snippets/build.omk index ed0e9dd..4182342 100644 --- a/snippets/build.omk +++ b/snippets/build.omk @@ -1,5 +1,5 @@ -##################### -*- makefile-gmake -*- +##################### # Build pseudo-pass # ##################### diff --git a/snippets/config_h.omk b/snippets/config_h.omk index c78737e..bbfe0b2 100644 --- a/snippets/config_h.omk +++ b/snippets/config_h.omk @@ -78,8 +78,3 @@ clean-local-config-h: @$(foreach confh,$(config_h_stamp_files) $(kern_config_h_stamp_files),\ if [ -e $(confh) ] ; then rm $(confh) ; fi ; \ ) - - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/cprog.omk b/snippets/cprog.omk index 523fb26..f130f76 100644 --- a/snippets/cprog.omk +++ b/snippets/cprog.omk @@ -1,5 +1,5 @@ -############## -*- makefile-gmake -*- +############## # C programs # ############## diff --git a/snippets/gcc.omk b/snippets/gcc.omk index a6d7c51..f438cfd 100644 --- a/snippets/gcc.omk +++ b/snippets/gcc.omk @@ -210,7 +210,3 @@ $(LIB_DIR)/lib$(1).so: $$($(1)_OBJSLO) @$(QUIET_CMD_ECHO) " LINK $$@" $(Q) $(LD) --shared --soname=lib$(1).so -o $$@ $$^ endef - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/include.omk b/snippets/include.omk index e24aa3c..df6d775 100644 --- a/snippets/include.omk +++ b/snippets/include.omk @@ -35,7 +35,3 @@ prepare-pass:: cmp --quiet TODO_BUILD_DIR/$$$${srcfname} $(1)/$$$${destfname} \ || ( mkdir -p `dirname $(1)/$$$${destfname}` && $$(call cp_cmd,TODO_BUILD_DIR/$$$${srcfname},$(1)/$$$${destfname}) ) || exit 1 ; ) endef - -# Local Variables: -# mode:makefile-gmake -# End: diff --git a/snippets/keil16x.omk b/snippets/keil16x.omk index ea1943c..61899b3 100644 --- a/snippets/keil16x.omk +++ b/snippets/keil16x.omk @@ -142,7 +142,3 @@ $(USER_LIB_DIR)/$(LIB_PREF)$(1)$(LIB_EXT): $$($(1)_OBJS) $(AR) ADD $$$${S// /,} TO $$$$L $(FILTER_KEIL_LIB_OUTPUT) @touch $(USER_LIB_DIR)/timestamp endef - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/keil51.omk b/snippets/keil51.omk index 222e859..8eae753 100644 --- a/snippets/keil51.omk +++ b/snippets/keil51.omk @@ -169,7 +169,3 @@ $(USER_LIB_DIR)/$(LIB_PREF)$(1)$(LIB_EXT): $$($(1)_OBJS) for i in $$^ ; do $(AR) ADD $$$$i TO $$@ ; done @touch $(USER_LIB_DIR)/timestamp endef - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/linux.omk b/snippets/linux.omk index 048d5ef..b45dc09 100644 --- a/snippets/linux.omk +++ b/snippets/linux.omk @@ -821,7 +821,3 @@ ifndef OMIT_KERNEL_PASSES # Also make kernel passes if not disabled default: kernel-lib-pass kernel-pass endif - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/localeval.omk b/snippets/localeval.omk index 9cf7e5e..cb3b6bf 100644 --- a/snippets/localeval.omk +++ b/snippets/localeval.omk @@ -5,7 +5,3 @@ ifneq ($(local_EVALUATE),) #$(warning $(local_EVALUATE)) $(eval $(local_EVALUATE)) endif - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/prepare.omk b/snippets/prepare.omk index c978cbd..c8285d6 100644 --- a/snippets/prepare.omk +++ b/snippets/prepare.omk @@ -1,5 +1,5 @@ -################ -*- makefile-gmake -*- +################ # Prepare pass # ################ diff --git a/snippets/qt.omk b/snippets/qt.omk index c09b28a..101d10d 100644 --- a/snippets/qt.omk +++ b/snippets/qt.omk @@ -47,7 +47,3 @@ distclean-qt: RELATIVE_DIR=$(RELATIVE_PREFIX)$(dir) -C $(SOURCES_DIR)/$(dir) \ -f $(SOURCES_DIR)/$(dir)/Makefile distclean|| exit 1 ;)) endif - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/rtems.omk b/snippets/rtems.omk index 9a51b2c..59ed507 100644 --- a/snippets/rtems.omk +++ b/snippets/rtems.omk @@ -351,7 +351,3 @@ clean-local: default: include-pass library-pass binary-pass - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/sdcc.omk b/snippets/sdcc.omk index dc6a578..50d7c69 100644 --- a/snippets/sdcc.omk +++ b/snippets/sdcc.omk @@ -369,7 +369,3 @@ check-dir: include-pass-submakes: extra-rules-subdirs # Which passes to pass default: include-pass library-pass binary-pass utils-pass - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/sources-list.omk b/snippets/sources-list.omk index c742865..f135451 100644 --- a/snippets/sources-list.omk +++ b/snippets/sources-list.omk @@ -77,7 +77,3 @@ cscope: $(SOURCES_LIST) @$(QUIET_CMD_ECHO) " CSCOPE < $(SOURCES_LIST_FN)" $(Q)sed -e '/^#/d' $(SOURCES_LIST)|cscope -b -i- #FIXME: see doc to -i in cscope(1) - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/sysless.omk b/snippets/sysless.omk index 1b02ea8..3496861 100644 --- a/snippets/sysless.omk +++ b/snippets/sysless.omk @@ -276,7 +276,3 @@ check-dir: include-pass-submakes: extra-rules-subdirs # Which passes to pass default: include-pass library-pass binary-pass utils-pass - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/vxworks.omk b/snippets/vxworks.omk index 06c76a0..f5a9c7d 100644 --- a/snippets/vxworks.omk +++ b/snippets/vxworks.omk @@ -208,7 +208,3 @@ check-dir: default: include-pass library-pass binary-pass - -# Local Variables: -# mode:makefile -# End: -- 2.39.2