fix log error, add color log
This commit is contained in:
@@ -142,6 +142,19 @@ logger_test/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/logger_test.dir/build.make CMakeFiles/logger_test.dir/build
|
||||
.PHONY : logger_test/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named core_distributor
|
||||
|
||||
# Build rule for target.
|
||||
core_distributor: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 core_distributor
|
||||
.PHONY : core_distributor
|
||||
|
||||
# fast build rule for target.
|
||||
core_distributor/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/core_distributor.dir/build.make CMakeFiles/core_distributor.dir/build
|
||||
.PHONY : core_distributor/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named rebuild
|
||||
|
||||
@@ -203,6 +216,30 @@ CORSProcessor.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/unswsc.dir/build.make CMakeFiles/unswsc.dir/CORSProcessor.cpp.s
|
||||
.PHONY : CORSProcessor.cpp.s
|
||||
|
||||
CoreDistributor.o: CoreDistributor.cpp.o
|
||||
.PHONY : CoreDistributor.o
|
||||
|
||||
# target to build an object file
|
||||
CoreDistributor.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/core_distributor.dir/build.make CMakeFiles/core_distributor.dir/CoreDistributor.cpp.o
|
||||
.PHONY : CoreDistributor.cpp.o
|
||||
|
||||
CoreDistributor.i: CoreDistributor.cpp.i
|
||||
.PHONY : CoreDistributor.i
|
||||
|
||||
# target to preprocess a source file
|
||||
CoreDistributor.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/core_distributor.dir/build.make CMakeFiles/core_distributor.dir/CoreDistributor.cpp.i
|
||||
.PHONY : CoreDistributor.cpp.i
|
||||
|
||||
CoreDistributor.s: CoreDistributor.cpp.s
|
||||
.PHONY : CoreDistributor.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
CoreDistributor.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/core_distributor.dir/build.make CMakeFiles/core_distributor.dir/CoreDistributor.cpp.s
|
||||
.PHONY : CoreDistributor.cpp.s
|
||||
|
||||
DataTransfer.o: DataTransfer.cpp.o
|
||||
.PHONY : DataTransfer.o
|
||||
|
||||
@@ -650,6 +687,7 @@ help:
|
||||
@echo "... edit_cache"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... rebuild"
|
||||
@echo "... core_distributor"
|
||||
@echo "... logger_test"
|
||||
@echo "... unswsc"
|
||||
@echo "... CORSConfig.o"
|
||||
@@ -658,6 +696,9 @@ help:
|
||||
@echo "... CORSProcessor.o"
|
||||
@echo "... CORSProcessor.i"
|
||||
@echo "... CORSProcessor.s"
|
||||
@echo "... CoreDistributor.o"
|
||||
@echo "... CoreDistributor.i"
|
||||
@echo "... CoreDistributor.s"
|
||||
@echo "... DataTransfer.o"
|
||||
@echo "... DataTransfer.i"
|
||||
@echo "... DataTransfer.s"
|
||||
|
||||
Reference in New Issue
Block a user