Project

General

Profile

« Previous | Next » 

Revision 7204

input.Makefile: Staging tables installation: $(logInstall): Always log the installation, regardless of the $log env var, because $log is set by default on development machines but an install log should still be created

View differences:

input.Makefile
225 225

  
226 226
installLog := logs/install.log.sql
227 227

  
228
logInstall = $(if $(log),$(if $(quiet),$(2)$(1)$(installLog) 2>&1,2>&1|tee $(3)\
229
$(1)$(installLog)))
228
logInstall = $(if $(quiet),$(2)$(1)$(installLog) 2>&1,2>&1|tee $(3)\
229
$(1)$(installLog))
230 230
logInstallRoot = $(call logInstall,,>)
231 231
logInstall* = $(call logInstall,$*/,>)
232 232
logInstall*Add = $(call logInstall,$*/,>>,-a)# append to log

Also available in: Unified diff