office-gobmx/cross_toolset/Makefile
2012-02-06 03:58:55 -06:00

13 lines
296 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This build the modules needed on the build side for a cross-compilation
#
SHELL=/usr/bin/env bash
include ../config_build.mk
.PHONY : build
build:
$(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM)