mk, scripts: remove useless blank lines
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
ce6bc60c57
commit
0cd54d9c17
@ -50,4 +50,3 @@ all:
|
||||
else
|
||||
include $(RTE_SDK)/mk/rte.app.mk
|
||||
endif
|
||||
|
||||
|
@ -50,4 +50,3 @@ all:
|
||||
else
|
||||
include $(RTE_SDK)/mk/rte.lib.mk
|
||||
endif
|
||||
|
||||
|
@ -50,4 +50,3 @@ all:
|
||||
else
|
||||
include $(RTE_SDK)/mk/rte.obj.mk
|
||||
endif
|
||||
|
||||
|
@ -84,4 +84,3 @@ else
|
||||
MACHINE_CFLAGS := $(filter-out -march% -mtune% -msse%,$(MACHINE_CFLAGS))
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -73,4 +73,3 @@ else
|
||||
MACHINE_CFLAGS := $(patsubst -march=%,-xSSE3,$(MACHINE_CFLAGS))
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -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 */"
|
||||
|
||||
|
@ -241,5 +241,3 @@ done
|
||||
git reset --hard
|
||||
log "INFO" "ABI CHECK COMPLETE. REPORTS ARE IN compat_report directory"
|
||||
cleanup_and_exit 0
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user