group/vpnclient_version_update.flm
branchRCL_3
changeset 46 29c8f9bc68e1
parent 12 68dc8923de26
child 49 5960d2d03390
equal deleted inserted replaced
44:735de8341ce4 46:29c8f9bc68e1
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    20 #
    20 #
    21 # Version update Function Like Makefile (FLM)
    21 # Version update Function Like Makefile (FLM)
    22 # The file destinations  relative to EPOCROOT
    22 # The file destinations  relative to EPOCROOT
    23 # ============================================================================
    23 # ============================================================================
    24 
    24 
    25 
       
    26 define updateversion
    25 define updateversion
    27 $(GUARD):=1
    26 $(GUARD_VPNVU):=1
    28 
    27 
    29 BITMAP:: $(EXTENSION_ROOT)/$(VU_TOOL)
    28 BITMAP:: $(EXTENSION_ROOT)/$(VU_TOOL)
    30 	$(call startrule,vpnclient_version_update,FORCESUCCESS) \
    29 	$(call startrule,vpnclient_version_update,FORCESUCCESS) \
    31 	cd $(EXTENSION_ROOT) && $(PERL) $(VU_TOOL) \
    30 	cd $(EXTENSION_ROOT) && $(PERL) $(VU_TOOL) \
    32 	$(call endrule,vpnclient_version_update)
    31 	$(call endrule,vpnclient_version_update)
    33 endef
    32 endef
    34 
    33 
    35 ifeq ($($(GUARD)),)
    34 ifeq ($($(GUARD_VPNVU)),)
    36 $(eval -$(updateversion))
    35 $(eval -$(updateversion))
    37 endif
    36 endif
    38