Skip to content

Commit

Permalink
bind:
Browse files Browse the repository at this point in the history
 * workaround parallel build problems


git-svn-id: file:///var/svn/freetz/trunk@11542 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed Jan 12, 2014
1 parent 3d2c2b1 commit 6abf90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/bind/bind.mk
Expand Up @@ -49,11 +49,11 @@ $(PKG_UNPACKED)
$(PKG_CONFIGURED_CONFIGURE)

$($(PKG)_DIR)/.compiled: $($(PKG)_DIR)/.configured
$(SUBMAKE) -C $(BIND_DIR) $(BIND_MAKE_FLAGS)
$(SUBMAKE1) -C $(BIND_DIR) $(BIND_MAKE_FLAGS)
@touch $@

$($(PKG)_EXPORT_LIB_DIR)/.installed: $($(PKG)_DIR)/.compiled
$(SUBMAKE) -C $(BIND_DIR)/lib/export $(BIND_MAKE_FLAGS) install
$(SUBMAKE1) -C $(BIND_DIR)/lib/export $(BIND_MAKE_FLAGS) install
@touch $@

$($(PKG)_BINARIES_BUILD_DIR_sbin) $($(PKG)_BINARIES_BUILD_DIR_bin): $($(PKG)_DIR)/.compiled
Expand Down

0 comments on commit 6abf90a

Please sign in to comment.