Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/grub/Makefile

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

revision 2723 by niro, Thu Feb 6 10:32:41 2014 UTC revision 2724 by niro, Mon Dec 21 09:31:33 2015 UTC
# Line 4  FILES = mcored.conf Line 4  FILES = mcored.conf
4    
5  all: $(FILES)  all: $(FILES)
6    
7  install: all  install: install-common install-client install-control all
8    
9    install-common: all
10    
11    install-client: all
12   $(INSTALL) -d $(DESTDIR)/$(CONFDDIR)/grub.d   $(INSTALL) -d $(DESTDIR)/$(CONFDDIR)/grub.d
13   $(INSTALL) -m0644 mcored.conf $(DESTDIR)/$(CONFDDIR)/grub.d/50-mcored   $(INSTALL) -m0644 mcored.conf $(DESTDIR)/$(CONFDDIR)/grub.d/50-mcored
14    
15    install-control: all
16    
17  clean:  clean:
18    
19    .PHONY: install-common
20    .PHONY: install-client
21    .PHONY: install-control
22  .PHONY: all install clean  .PHONY: all install clean

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