Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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