Merge branch 'master' of git.komect.net:ISG/secogateway
This commit is contained in:
commit
7c501d5410
3
Makefile
3
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue