Skip to content

Commit

Permalink
Build gencode on win32
Browse files Browse the repository at this point in the history
Change-Id: I491912b090df7a7ec1771024c9b6caaa9329514e
Reviewed-on: http://review.couchbase.org/15430
Tested-by: Chiyoung Seo <chiyoung.seo@gmail.com>
Reviewed-by: Chiyoung Seo <chiyoung.seo@gmail.com>
  • Loading branch information
trondn authored and chiyoung committed Apr 28, 2012
1 parent bbd3f78 commit 375d8ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile.top
Expand Up @@ -330,8 +330,10 @@ EP_ENGINE_MARCH := $(strip $(if $(or $(findstring x86_64, $(HOST)), $(findstring


make-install-ep-engine: make-install-ep-engine:
chmod +x ep-engine/win32/config.sh chmod +x ep-engine/win32/config.sh
(cd ep-engine && $(MAKE) -f win32/Makefile.genconf $(WIN_CYGWIN_FLAGS) \ (cd ep-engine && \
&& $(MAKE) -f win32/Makefile.mingw "MARCH=$(EP_ENGINE_MARCH)" $(WIN_FLAGS) install) $(MAKE) -f win32/Makefile.genconf $(WIN_CYGWIN_FLAGS) && \
$(MAKE) -f win32/Makefile.gencode $(WIN_CYGWIN_FLAGS) && \
$(MAKE) -f win32/Makefile.mingw "MARCH=$(EP_ENGINE_MARCH)" $(WIN_FLAGS) install)


make-install-bucket_engine: make-install-bucket_engine:
(cd bucket_engine && $(MAKE) -f win32/Makefile.mingw $(WIN_FLAGS) all \ (cd bucket_engine && $(MAKE) -f win32/Makefile.mingw $(WIN_FLAGS) all \
Expand Down

0 comments on commit 375d8ef

Please sign in to comment.