commit focused on renaming to diff tool friendly file names
This commit is contained in:
5
Makefile
5
Makefile
@@ -42,11 +42,12 @@ OR_ROOT_FULL=$(OR_TOOLS_TOP)
|
||||
# Load local variables
|
||||
include $(OR_ROOT)Makefile.local
|
||||
|
||||
# Change the file extensions to increase diff tool friendliness.
|
||||
# Then include specific system commands and definitions
|
||||
include $(OR_ROOT)makefiles/Makefile.$(SYSTEM)
|
||||
include $(OR_ROOT)makefiles/Makefile.$(SYSTEM).mk
|
||||
|
||||
# Rules to fetch and build third party dependencies.
|
||||
include $(OR_ROOT)makefiles/Makefile.third_party.$(SYSTEM)
|
||||
include $(OR_ROOT)makefiles/Makefile.third_party.$(SYSTEM).mk
|
||||
|
||||
# Include .mk files.
|
||||
include $(OR_ROOT)makefiles/Makefile.cpp.mk
|
||||
|
||||
0
makefiles/Makefile.third_party.unix → makefiles/Makefile.third_party.unix.mk
Executable file → Normal file
0
makefiles/Makefile.third_party.unix → makefiles/Makefile.third_party.unix.mk
Executable file → Normal file
0
makefiles/Makefile.third_party.win → makefiles/Makefile.third_party.win.mk
Executable file → Normal file
0
makefiles/Makefile.third_party.win → makefiles/Makefile.third_party.win.mk
Executable file → Normal file
0
makefiles/Makefile.unix → makefiles/Makefile.unix.mk
Executable file → Normal file
0
makefiles/Makefile.unix → makefiles/Makefile.unix.mk
Executable file → Normal file
0
makefiles/Makefile.win → makefiles/Makefile.win.mk
Executable file → Normal file
0
makefiles/Makefile.win → makefiles/Makefile.win.mk
Executable file → Normal file
Reference in New Issue
Block a user