genode/repos/base-okl4/Makefile
Norman Feske 05a460c11f Temporarily disable hash checks
...until the transition to the new ports management is complete.
2014-05-27 11:14:44 +02:00

24 lines
427 B
Makefile

#
# \brief Download, unpack and patch OKL4 source code
# \author Stefan Kalkowski
# \date 2011-05-02
#
VERBOSE ?= @
#
# Print help information by default
#
help:
$(ECHO)
$(ECHO) "Prepare the OKL4 base repository"
$(ECHO)
$(ECHO) "--- available commands ---"
$(ECHO) "prepare - download and extract the OKL4 source code"
$(ECHO)
prepare:
$(VERBOSE)../../tool/ports/prepare_port okl4 CHECK_HASH=no
clean cleanall: