Merge branch 'master' of git.komect.net:ISG/secogateway

This commit is contained in:
黄昕 2019-09-09 11:23:27 +08:00
commit 7c501d5410
1 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ else ifeq ($(OPT), clean)
#
else
$(shell chmod +x ./build_env.sh && ./build_env.sh)
endif
ifeq ($(OPT), clean)
#
@ -270,4 +271,4 @@ else
$(MLOG)make all $(MAKE_FLAGS) -C Platform/build -f user.rpdb.Makefile MLOG=$(MLOG) DISABLE_WARRING=$(DIS_BUILD_WARRING) MAKE_TARGET=rpdb
$(MLOG)make all $(MAKE_FLAGS) -C Platform/build -f module.rpdb.Makefile MLOG=$(MLOG) DISABLE_WARRING=$(DIS_BUILD_WARRING) MAKE_TARGET=rpdb
endif
endif