From affabeb684e72fe2893f8528b2fd3d041291d963 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/config_h.omk | 5 ----- 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/qt.omk | 4 ---- snippets/rtems.omk | 4 ---- snippets/sdcc.omk | 4 ---- snippets/sources-list.omk | 4 ---- snippets/sysless.omk | 4 ---- snippets/vxworks.omk | 4 ---- 13 files changed, 53 deletions(-) diff --git a/snippets/config_h.omk b/snippets/config_h.omk index 98f717f..9718d85 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/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 2c781f2..0597878 100644 --- a/snippets/include.omk +++ b/snippets/include.omk @@ -36,7 +36,3 @@ include-pass-local-$(2): $$($(2)_GEN_HEADERS) $$(foreach f,$$(renamed_$(2)_GEN_H cmp --quiet $$$${srcfname} $(1)/$$$${destfname} \ || ( mkdir -p `dirname $(1)/$$$${destfname}` && $$(call cp_cmd,$$(LOCAL_BUILD_DIR)/$$$${srcfname},$(1)/$$$${destfname}) ) || exit 1 ; ) endef - -# Local Variables: -# mode:makefile -# 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/qt.omk b/snippets/qt.omk index df11bc0..b921297 100644 --- a/snippets/qt.omk +++ b/snippets/qt.omk @@ -46,7 +46,3 @@ $(foreach pro,$(QT_PROJECTS), $(eval $(call qt_project_template,$(pro)))) $(foreach pro,$(foreach dir,$(QT_SUBDIRS), $(wildcard $(dir)/*.pro)), $(eval $(call qt_project_template,$(pro)))) endif - -# Local Variables: -# mode:makefile -# End: diff --git a/snippets/rtems.omk b/snippets/rtems.omk index 2ab968b..ad5d47f 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 952817c..86247a7 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 fd535f6..288205f 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 988286b..6b4bbbf 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