Skip to content

Commit

Permalink
Removes duplicated listing of files in same Makefile target (#7137)
Browse files Browse the repository at this point in the history
(cherry picked from commit ae8c325)
  • Loading branch information
randall authored and zwoop committed Aug 26, 2020
1 parent 24b360a commit af34522
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion configs/body_factory/default/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ dist_bodyfactory_DATA = \
timeout\#inactivity \
transcoding\#unsupported \
urlrouting\#no_mapping \
request\#uri_len_too_long
request\#uri_len_too_long

6 changes: 2 additions & 4 deletions iocore/net/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ test_UDPNet_SOURCES = \
test_I_UDPNet.cc

libinknet_a_SOURCES = \
ALPNSupport.cc \
ALPNSupport.cc \
BIO_fastopen.cc \
BIO_fastopen.h \
Connection.cc \
Expand All @@ -103,7 +103,7 @@ libinknet_a_SOURCES = \
YamlSNIConfig.cc \
Net.cc \
NetVConnection.cc \
P_ALPNSupport.h \
P_ALPNSupport.h \
P_SNIActionPerformer.h \
P_CompletionUtil.h \
P_Connection.h \
Expand All @@ -122,7 +122,6 @@ libinknet_a_SOURCES = \
P_SSLUtils.h \
P_SSLClientUtils.h \
P_OCSPStapling.h \
P_Socks.h \
P_UDPConnection.h \
P_UDPIOEvent.h \
P_UDPNet.h \
Expand Down Expand Up @@ -153,7 +152,6 @@ libinknet_a_SOURCES = \
SSLSessionTicket.cc \
SSLUtils.cc \
OCSPStapling.cc \
Socks.cc \
TLSSessionResumptionSupport.cc \
UDPIOEvent.cc \
UnixConnection.cc \
Expand Down
1 change: 0 additions & 1 deletion iocore/net/quic/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ libquic_a_SOURCES = \
QUICPacketProtectionKeyInfo.cc \
QUICTLS.cc \
$(QUICTLS_impl) \
QUICKeyGenerator.cc \
$(QUICKeyGenerator_impl) \
QUICKeyGenerator.cc \
QUICHKDF.cc \
Expand Down
1 change: 0 additions & 1 deletion lib/records/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ librecords_COMMON = \
P_RecCore.h \
P_RecDefs.h \
P_RecFile.h \
P_RecFile.h \
P_RecMessage.h \
P_RecUtils.h \
RecConfigParse.cc \
Expand Down
2 changes: 0 additions & 2 deletions mgmt/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ libmgmt_lm_la_SOURCES = \
LocalManager.h \
ConfigManager.cc \
ConfigManager.h \
DerivativeMetrics.cc \
DerivativeMetrics.h \
WebMgmtUtils.cc \
WebMgmtUtils.h

Expand Down

0 comments on commit af34522

Please sign in to comment.