Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/pxeconfig/systemd/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2723 by niro, Fri Dec 11 09:55:07 2015 UTC revision 2724 by niro, Mon Dec 21 09:31:33 2015 UTC
# Line 7  FILES = mcore-pxeconfig.service Line 7  FILES = mcore-pxeconfig.service
7    
8  all: $(FILES)  all: $(FILES)
9    
10  install: install-client-services-systemd install-control-services-systemd  install: install-common install-client install-control all
11    
12    install-common: install-common-services-systemd
13    
14    install-client: install-client-services-systemd
15    
16    install-control: install-control-services-systemd
17    
18    install-common-services-systemd: all
19    
20  install-client-services-systemd: all  install-client-services-systemd: all
21    
# Line 19  install-control-services-systemd: all Line 27  install-control-services-systemd: all
27  clean:  clean:
28   rm -f $(FILES)   rm -f $(FILES)
29    
30    .PHONY: install-common
31    .PHONY: install-client
32    .PHONY: install-control
33    .PHONY: install-common-services-systemd
34  .PHONY: install-client-services-systemd  .PHONY: install-client-services-systemd
35  .PHONY: install-control-services-systemd  .PHONY: install-control-services-systemd
36  .PHONY: all install clean  .PHONY: all install clean

Legend:
Removed from v.2723  
changed lines
  Added in v.2724