diff options
author | jongkis <none@none> | 2005-08-08 23:49:46 -0700 |
---|---|---|
committer | jongkis <none@none> | 2005-08-08 23:49:46 -0700 |
commit | c6fe10488ed8bd2a1fadc5cbfc18c09e98e7eaec (patch) | |
tree | 2dc527aedbf584fab58a545d6074a45e9aa6cbf0 /usr/src/grub/Makefile | |
parent | aef41b1901139d183bb20033ec4d918fc69f4aa5 (diff) | |
download | illumos-joyent-c6fe10488ed8bd2a1fadc5cbfc18c09e98e7eaec.tar.gz |
6273535 SUNWgrub* packages have incorrect pkginfo(4) settings
6305469 READ_FAIL_STAGE2 in installgrub/message.h contains wrong message
6305481 installgrub miscounts stage2 size in sector by 1 if stage2 size is multiple of 512
6307439 make clobber in usr/src/grub and usr/src/psm/stand/bootblks/ufs/i386 deletes files in proto
6307553 installgrub's output need to be syntax correct
Diffstat (limited to 'usr/src/grub/Makefile')
-rw-r--r-- | usr/src/grub/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/grub/Makefile b/usr/src/grub/Makefile index 3b8ccb647d..a6c8634ee0 100644 --- a/usr/src/grub/Makefile +++ b/usr/src/grub/Makefile @@ -42,9 +42,6 @@ $(ROOT_BOOT_GRUB): $(INS.dir) -clean: $(SUBDIRS) - -clobber: $(SUBDIRS) - $(RM) $(INST_TARGETS) +clean clobber: $(SUBDIRS) FRC: |