Skip to content

Commit 2675d59

Browse files
authored
Rename duplicate file name (sonic-net#773)
It it hard to checkout code to non-case sensitive system.
1 parent 13474d1 commit 2675d59

File tree

5 files changed

+2
-15
lines changed

5 files changed

+2
-15
lines changed

meta/saiattributelist.h

-13
This file was deleted.

saiplayer/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ libSaiPlayer_a_SOURCES = \
1717

1818
libSaiPlayer_a_CPPFLAGS = $(DBGFLAGS) $(AM_CPPFLAGS) $(CFLAGS_COMMON) -std=c++14
1919

20-
saiplayer_SOURCES = saiplayer.cpp
20+
saiplayer_SOURCES = saiplayer_main.cpp
2121
saiplayer_CPPFLAGS = $(DBGFLAGS) $(AM_CPPFLAGS) $(CFLAGS_COMMON) -std=c++14
2222
saiplayer_LDADD = libSaiPlayer.a ../syncd/libSyncd.a ../lib/src/libSaiRedis.a -lhiredis -lswsscommon -lpthread -L$(top_srcdir)/meta/.libs -lsaimetadata -lsaimeta -lzmq
File renamed without changes.

syncd/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ libSyncd_a_SOURCES = \
5151
SaiObj.cpp \
5252
SaiAttr.cpp \
5353
VendorSai.cpp \
54-
syncd.cpp \
54+
syncd_main.cpp \
5555
TimerWatchdog.cpp \
5656
NotificationQueue.cpp \
5757
CommandLineOptions.cpp \
File renamed without changes.

0 commit comments

Comments
 (0)