Kaydet (Commit) 3f040ce5 authored tarafından David Tardon's avatar David Tardon

restore gb_ExternalProject_use_unpacked, with diff. purpose

Change-Id: I7d7cbe85219615f80069155a954f917781bc5b71
üst 71dba79c
......@@ -86,9 +86,15 @@ $(call gb_Helper_make_userfriendly_targets,$(1),ExternalProject)
endef
# replaced by second parameter to ctor
# Depend on an unpacked tarball
#
# This is needed to express dependencies on header-only projects, which
# do not have any ExternalProject.
#
# gb_ExternalProject_use_unpacked project unpacked
define gb_ExternalProject_use_unpacked
$(call gb_Output_error,gb_ExternalProject_use_unpacked was removed)
$(call gb_ExternalProject_get_preparation_target,$(1)) : $(call gb_UnpackedTarball_get_target,$(2))
endef
# Register a target in state directory
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment