Skip to content

mtei/make_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make_logger

Tiny logger for recursive make for 'make' command

Build and Install

$ make make_logger
$ cp make_logger ~/bin
  or
$ sudo install make_logger /usr/local/bin

Usage

simple example

$ export MAKE_LOGGER_LOG=`pwd`/logfile.txt
$ make_logger <make command arguments>...
$ cat logfile.txt

realtime watching example

$ export MAKE_LOGGER_LOG=`pwd`/logfile.txt
$ touch $MAKE_LOGGER_LOG
$ xterm -e tail -f $MAKE_LOGGER_LOG &
$ make_logger <make command arguments>...

Copyright

Copyright (c) 2012 ISHII Takeshi. See license.txt for details.

About

Tiny logger for 'make' command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published