ifeq "$(STAGE)" "toolchain"
cd $(DIR_APP) && \
./configure \
- $(CONFIGURE_ARCH) \
- --prefix=$(TOOLS_DIR)
+ $(CONFIGURE_ARCH) \
+ --prefix=$(TOOLS_DIR)
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install
endif
ifeq "$(STAGE)" "base"
cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-i18n-1.patch
cd $(DIR_APP) && touch man/diff.1
- cd $(DIR_APP) && ./configure --prefix=/usr
+ cd $(DIR_APP) && \
+ ./configure \
+ $(CONFIGURE_ARCH) \
+ --prefix=/usr
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install
endif