You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2018/08/18 06:30:23 UTC

svn commit: r1838309 - /openoffice/trunk/main/solenv/gbuild/CustomTarget.mk

Author: damjan
Date: Sat Aug 18 06:30:22 2018
New Revision: 1838309

URL: http://svn.apache.org/viewvc?rev=1838309&view=rev
Log:
Get gbuild's CustomTarget working.

Patch by: me


Modified:
    openoffice/trunk/main/solenv/gbuild/CustomTarget.mk

Modified: openoffice/trunk/main/solenv/gbuild/CustomTarget.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/gbuild/CustomTarget.mk?rev=1838309&r1=1838308&r2=1838309&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/gbuild/CustomTarget.mk (original)
+++ openoffice/trunk/main/solenv/gbuild/CustomTarget.mk Sat Aug 18 06:30:22 2018
@@ -56,6 +56,7 @@ $(call gb_CustomTarget_get_target,$(1))
   $(call gb_CustomTarget__get_makefile,$($(2)),$(1))
 $(call gb_CustomTarget_get_workdir,$(1))/% : \
   $(call gb_CustomTarget_get_target,$(1))
+$(eval $(call gb_Module_register_target,$(call gb_CustomTarget_get_target,$(1)),$(call gb_CustomTarget_get_clean_target,$(1))))
 endef