Makefile (c6fe10488ed8bd2a1fadc5cbfc18c09e98e7eaec) | Makefile (63f82aa954381d91c2cee20fe3178d4596577474) |
---|---|
1# 2# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 3# Use is subject to license terms. 4# 5# ident "%Z%%M% %I% %E% SMI" 6# 7.KEEP_STATE: 8 --- 6 unchanged lines hidden (view full) --- 15clobber := TARGET = clobber 16 17GRUB = grub-0.95 18 19SUBDIRS = $(GRUB) 20 21SPLASH_IMAGE = splash.xpm.gz 22GRUB_MENU = menu.lst | 1# 2# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 3# Use is subject to license terms. 4# 5# ident "%Z%%M% %I% %E% SMI" 6# 7.KEEP_STATE: 8 --- 6 unchanged lines hidden (view full) --- 15clobber := TARGET = clobber 16 17GRUB = grub-0.95 18 19SUBDIRS = $(GRUB) 20 21SPLASH_IMAGE = splash.xpm.gz 22GRUB_MENU = menu.lst |
23GRUB_DEFAULT = default |
|
23INSTALL_MENU = install_menu 24 25INST_TARGETS = $(ROOT_BOOT_GRUB)/$(SPLASH_IMAGE) 26INST_TARGETS += $(ROOT_BOOT_GRUB)/$(GRUB_MENU) 27INST_TARGETS += $(ROOT_BOOT_GRUB)/$(INSTALL_MENU) | 24INSTALL_MENU = install_menu 25 26INST_TARGETS = $(ROOT_BOOT_GRUB)/$(SPLASH_IMAGE) 27INST_TARGETS += $(ROOT_BOOT_GRUB)/$(GRUB_MENU) 28INST_TARGETS += $(ROOT_BOOT_GRUB)/$(INSTALL_MENU) |
29INST_TARGETS += $(ROOT_BOOT_GRUB)/$(GRUB_DEFAULT) |
|
28 | 30 |
31$(ROOT_BOOT_GRUB)/$(GRUB_DEFAULT) := FILEMODE = 444 32 |
|
29all: $(SUBDIRS) 30 31install: $(SUBDIRS) $(INST_TARGETS) 32 33 34# Makefiles in the GRUB source tree are named "Makefile.solaris". 35$(GRUB): FRC 36 cd $@; pwd; $(MAKE) -f Makefile.solaris $(TARGET) 37 38$(ROOT_BOOT_GRUB)/%: $(ROOT_BOOT_GRUB) % 39 $(INS.file) 40 41$(ROOT_BOOT_GRUB): 42 $(INS.dir) 43 44 45clean clobber: $(SUBDIRS) 46 47FRC: | 33all: $(SUBDIRS) 34 35install: $(SUBDIRS) $(INST_TARGETS) 36 37 38# Makefiles in the GRUB source tree are named "Makefile.solaris". 39$(GRUB): FRC 40 cd $@; pwd; $(MAKE) -f Makefile.solaris $(TARGET) 41 42$(ROOT_BOOT_GRUB)/%: $(ROOT_BOOT_GRUB) % 43 $(INS.file) 44 45$(ROOT_BOOT_GRUB): 46 $(INS.dir) 47 48 49clean clobber: $(SUBDIRS) 50 51FRC: |