Makefile (7c478bd95313f5f23a4c958a745db2134aa03244) | Makefile (c6fe10488ed8bd2a1fadc5cbfc18c09e98e7eaec) |
---|---|
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 --- 28 unchanged lines hidden (view full) --- 37 38$(ROOT_BOOT_GRUB)/%: $(ROOT_BOOT_GRUB) % 39 $(INS.file) 40 41$(ROOT_BOOT_GRUB): 42 $(INS.dir) 43 44 | 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 --- 28 unchanged lines hidden (view full) --- 37 38$(ROOT_BOOT_GRUB)/%: $(ROOT_BOOT_GRUB) % 39 $(INS.file) 40 41$(ROOT_BOOT_GRUB): 42 $(INS.dir) 43 44 |
45clean: $(SUBDIRS) | 45clean clobber: $(SUBDIRS) |
46 | 46 |
47clobber: $(SUBDIRS) 48 $(RM) $(INST_TARGETS) 49 | |
50FRC: | 47FRC: |