summaryrefslogtreecommitdiff
path: root/solenv/gbuild/source_and_rerun.mk
blob: 937751f1e6c5085c9175f9b3fd8a4a8272df9a5c (plain)
1
2
3
4
5
6

all:
	@if test -f ./config.mk; then . ./config.mk; else if test -f ../config.mk ; then . ../config.mk; fi; fi && \
	if test -f ./Env.Host.sh; then . ./Env.Host.sh; else if test -f ../Env.Host.sh; then . ../Env.Host.sh; fi ; fi && \
	if test -z "$${SOLARENV}"; then echo "No environment set!" 2>&1; exit 1; fi && \
	$(MAKE) $(MAKECMDGOALS)