summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-01-17 01:23:28 +0000
committerMike Frysinger <vapier@gentoo.org>2010-01-17 01:23:28 +0000
commitdf2bd10c257d56ccff9362399adfa0076501e660 (patch)
tree0dea3cb7fe881514cc817ddd9cdd40562c7b9d41 /sys-boot/grub
parentavoid `pwd` command as we already have pushd/popd/$PWD (diff)
downloadgentoo-2-df2bd10c257d56ccff9362399adfa0076501e660.tar.gz
gentoo-2-df2bd10c257d56ccff9362399adfa0076501e660.tar.bz2
gentoo-2-df2bd10c257d56ccff9362399adfa0076501e660.zip
old
Diffstat (limited to 'sys-boot/grub')
-rw-r--r--sys-boot/grub/files/grub-1.95-build.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-boot/grub/files/grub-1.95-build.patch b/sys-boot/grub/files/grub-1.95-build.patch
deleted file mode 100644
index fff11a5cbb07..000000000000
--- a/sys-boot/grub/files/grub-1.95-build.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-http://bugs.gentoo.org/185361
-
-fix building in parallel
-
---- grub-1.95/conf/i386-pc.mk
-+++ grub-1.95/conf/i386-pc.mk
-@@ -739,7 +739,7 @@
- $(CC) -Iutil -I$(srcdir)/util $(CPPFLAGS) $(CFLAGS) -DGRUB_UTIL=1 $(grub_emu_CFLAGS) -MD -c -o $@ $<
- -include grub_emu-util_console.d
-
--grub_emu-util_grub_emu.o: util/grub-emu.c
-+grub_emu-util_grub_emu.o: util/grub-emu.c grub_modules_init.h
- $(CC) -Iutil -I$(srcdir)/util $(CPPFLAGS) $(CFLAGS) -DGRUB_UTIL=1 $(grub_emu_CFLAGS) -MD -c -o $@ $<
- -include grub_emu-util_grub_emu.d
-