Project

General

Profile

« Previous | Next » 

Revision 9702

/Makefile: moved %/reinstall to lib/common.Makefile because it is generally useful

View differences:

lib/common.Makefile
103 103

  
104 104
clean: # make sure `make clean` always works
105 105

  
106
%/reinstall: _always %/uninstall %/install ;
107

  
106 108
# Run with `make -s` to avoid echoing make commands
107 109
version: _always
108 110
	echo $(version)
Makefile
30 30
	$(MAKE) $*
31 31
# re-run make so that cache of existing files is reset
32 32

  
33
%/reinstall: _always %/uninstall %/install ;
34

  
35 33
##### Installation
36 34

  
37 35
# public must be installed *after* inputs because some views depend on inputs

Also available in: Unified diff