Makefile (63f82aa954381d91c2cee20fe3178d4596577474) Makefile (eb2bd6624e082e367f66e2b0fdfe54c9b5d493af)
1#
1#
2# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
2# Copyright 2008 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
9include ../Makefile.master
10include Makefile.grub

--- 6 unchanged lines hidden (view full) ---

17GRUB = grub-0.95
18
19SUBDIRS = $(GRUB)
20
21SPLASH_IMAGE = splash.xpm.gz
22GRUB_MENU = menu.lst
23GRUB_DEFAULT = default
24INSTALL_MENU = install_menu
3# Use is subject to license terms.
4#
5# ident "%Z%%M% %I% %E% SMI"
6#
7.KEEP_STATE:
8
9include ../Makefile.master
10include Makefile.grub

--- 6 unchanged lines hidden (view full) ---

17GRUB = grub-0.95
18
19SUBDIRS = $(GRUB)
20
21SPLASH_IMAGE = splash.xpm.gz
22GRUB_MENU = menu.lst
23GRUB_DEFAULT = default
24INSTALL_MENU = install_menu
25CAPABILITY = capability
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)
26
27INST_TARGETS = $(ROOT_BOOT_GRUB)/$(SPLASH_IMAGE)
28INST_TARGETS += $(ROOT_BOOT_GRUB)/$(GRUB_MENU)
29INST_TARGETS += $(ROOT_BOOT_GRUB)/$(INSTALL_MENU)
30INST_TARGETS += $(ROOT_BOOT_GRUB)/$(GRUB_DEFAULT)
31INST_TARGETS += $(ROOT_BOOT_GRUB)/$(CAPABILITY)
30
31$(ROOT_BOOT_GRUB)/$(GRUB_DEFAULT) := FILEMODE = 444
32
33$(ROOT_BOOT_GRUB)/$(GRUB_DEFAULT) := FILEMODE = 444
34$(ROOT_BOOT_GRUB)/$(CAPABILITY) := FILEMODE = 444
32
33all: $(SUBDIRS)
34
35install: $(SUBDIRS) $(INST_TARGETS)
36
37
38# Makefiles in the GRUB source tree are named "Makefile.solaris".
39$(GRUB): FRC

--- 12 unchanged lines hidden ---
35
36all: $(SUBDIRS)
37
38install: $(SUBDIRS) $(INST_TARGETS)
39
40
41# Makefiles in the GRUB source tree are named "Makefile.solaris".
42$(GRUB): FRC

--- 12 unchanged lines hidden ---