Magellan Linux

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

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

revision 2476 by niro, Tue Sep 8 09:04:58 2015 UTC revision 2477 by niro, Thu Sep 10 08:18:17 2015 UTC
# Line 1  Line 1 
1  include ../Makefile.inc  include ../Makefile.inc
2    
3  FILES = mcore.conf sql.conf  FILES = mcore.conf control.conf
4    
5  all: $(FILES)  all: $(FILES)
6    
# Line 12  install-client: all Line 12  install-client: all
12    
13  install-control: all  install-control: all
14   $(INSTALL) -d $(DESTDIR)/$(SYSCONFDIR)/mcore   $(INSTALL) -d $(DESTDIR)/$(SYSCONFDIR)/mcore
15   $(INSTALL) -m0600 sql.conf $(DESTDIR)/$(SYSCONFDIR)/mcore   $(INSTALL) -m0600 control.conf $(DESTDIR)/$(SYSCONFDIR)/mcore
16    
17  clean:  clean:
18   rm -f $(FILES)   rm -f $(FILES)

Legend:
Removed from v.2476  
changed lines
  Added in v.2477