mk, scripts: remove useless blank lines
authorStephen Hemminger <shemming@brocade.com>
Thu, 4 Jun 2015 14:43:26 +0000 (07:43 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 12 Jun 2015 09:10:02 +0000 (11:10 +0200)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
mk/rte.extapp.mk
mk/rte.extlib.mk
mk/rte.extobj.mk
mk/toolchain/gcc/rte.toolchain-compat.mk
mk/toolchain/icc/rte.toolchain-compat.mk
scripts/gen-config-h.sh
scripts/validate-abi.sh

index 40ff82c..b4d1ef6 100644 (file)
@@ -50,4 +50,3 @@ all:
 else
 include $(RTE_SDK)/mk/rte.app.mk
 endif
-
index ac5e84f..ba066bc 100644 (file)
@@ -50,4 +50,3 @@ all:
 else
 include $(RTE_SDK)/mk/rte.lib.mk
 endif
-
index cb2f996..253de28 100644 (file)
@@ -50,4 +50,3 @@ all:
 else
 include $(RTE_SDK)/mk/rte.obj.mk
 endif
-
index 05aa37f..61bb5b7 100644 (file)
@@ -84,4 +84,3 @@ else
                MACHINE_CFLAGS := $(filter-out -march% -mtune% -msse%,$(MACHINE_CFLAGS))
        endif
 endif
-
index 621afcd..4134466 100644 (file)
@@ -73,4 +73,3 @@ else
                MACHINE_CFLAGS := $(patsubst -march=%,-xSSE3,$(MACHINE_CFLAGS))
        endif
 endif
-
index d36efd6..1a2436c 100755 (executable)
@@ -42,4 +42,3 @@ sed 's,CONFIG_\(.*\)=\(.*\)$,#undef \1\
 #define \1 \2,' |
 sed 's,\# CONFIG_\(.*\) is not set$,#undef \1,'
 echo "#endif /* __RTE_CONFIG_H */"
-
index 369ea8a..1747b8b 100755 (executable)
@@ -241,5 +241,3 @@ done
 git reset --hard
 log "INFO" "ABI CHECK COMPLETE.  REPORTS ARE IN compat_report directory"
 cleanup_and_exit 0
-
-