Project

General

Profile

« Previous | Next » 

Revision 7076

Makefiles: Changed "Usage: `make -s ...`" to "Run with `make -s` to avoid echoing make commands"

View differences:

common.Makefile
98 98

  
99 99
clean: # make sure `make clean` always works
100 100

  
101
# Usage: `make {--silent|-s} version` (don't echo make commands)
101
# Run with `make -s` to avoid echoing make commands
102 102
version: _always
103 103
	echo $(version)

Also available in: Unified diff