common/makefiles/MakeHelpers.gmk

changeset 507
f2ac4d0edaae
parent 494
e64f2cb57d05
child 514
e69396d6d3e8
     1.1 --- a/common/makefiles/MakeHelpers.gmk	Mon Nov 12 12:34:11 2012 -0800
     1.2 +++ b/common/makefiles/MakeHelpers.gmk	Tue Nov 13 15:54:33 2012 -0800
     1.3 @@ -157,7 +157,7 @@
     1.4  
     1.5  # Hook to be called as the very last thing for targets that are "top level" targets
     1.6  define AtMakeEnd
     1.7 -    $(if $(SJAVAC_SERVER_DIR),@$(RM) -rf $(SJAVAC_SERVER_DIR)/*.port)
     1.8 +    [ -f $(SJAVAC_SERVER_DIR)/server.port ] && echo Stopping sjavac server && $(TOUCH) $(SJAVAC_SERVER_DIR)/server.port.stop; true
     1.9      $(call StopGlobalTimer)
    1.10      $(call ReportBuildTimes)
    1.11      @$(PRINTF) "Finished building $(PRODUCT_NAME) for target '$(call GetRealTarget)'\n"
    1.12 @@ -174,8 +174,8 @@
    1.13  define ParseLogLevel
    1.14      ifeq ($$(origin VERBOSE),undefined)
    1.15          # Setup logging according to LOG (but only if VERBOSE is not given)
    1.16 -        
    1.17 -       # If the "nofile" argument is given, act on it and strip it away
    1.18 +
    1.19 +        # If the "nofile" argument is given, act on it and strip it away
    1.20          ifneq ($$(findstring nofile,$$(LOG)),)
    1.21            # Reset the build log wrapper, regardless of other values
    1.22            override BUILD_LOG_WRAPPER=

mercurial