make/Init.gmk
changeset 51678 2fdfe34f7262
parent 50562 3903ab54107e
child 53729 9e1c9dc23c99
equal deleted inserted replaced
51677:ddc976897c75 51678:2fdfe34f7262
   235     endif
   235     endif
   236   endif
   236   endif
   237 
   237 
   238   ifeq ($(LOG_NOFILE), true)
   238   ifeq ($(LOG_NOFILE), true)
   239     # Disable build log if LOG=[level,]nofile was given
   239     # Disable build log if LOG=[level,]nofile was given
       
   240     override BUILD_LOG_PIPE :=
       
   241   endif
       
   242 
       
   243   ifeq ($(filter dist-clean, $(SEQUENTIAL_TARGETS)), dist-clean)
       
   244     # We can't have a log file if we're about to remove it.
   240     override BUILD_LOG_PIPE :=
   245     override BUILD_LOG_PIPE :=
   241   endif
   246   endif
   242 
   247 
   243   ifeq ($(OUTPUT_SYNC_SUPPORTED), true)
   248   ifeq ($(OUTPUT_SYNC_SUPPORTED), true)
   244     OUTPUT_SYNC_FLAG := -O$(OUTPUT_SYNC)
   249     OUTPUT_SYNC_FLAG := -O$(OUTPUT_SYNC)