genode/repos/dde_oss/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

23 lines
419 B
Makefile

#
# \brief Download and setup OSS sources
# \author Sebastian Sumpf
# \date 2012-08-30
#
VERBOSE ?= @
ECHO = @echo
#
# Print help information by default
#
help:
$(ECHO)
$(ECHO) "Download integrate OSS sources with Genode"
$(ECHO)
$(ECHO) "--- available commands ---"
$(ECHO) "prepare - download and integrate OSS source code"
$(ECHO)
prepare:
$(VERBOSE)../../tool/ports/prepare_port oss CHECK_HASH=no