Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2317 - (hide annotations) (download)
Thu Feb 6 10:32:41 2014 UTC (10 years, 4 months ago) by niro
File size: 225 byte(s)
-install grub config with prio level 50
1 niro 2315 include ../Makefile.inc
2    
3     FILES = mcored.conf
4    
5     all: $(FILES)
6    
7     install: all
8     $(INSTALL) -d $(DESTDIR)/$(CONFDDIR)/grub.d
9 niro 2317 $(INSTALL) -m0644 mcored.conf $(DESTDIR)/$(CONFDDIR)/grub.d/50-mcored
10 niro 2315
11     clean:
12    
13     .PHONY: all install clean