Revision: 2664
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2664
Author: robertmh
Date: 2009-10-26 18:25:02 +0000 (Mon, 26 Oct 2009)
Log Message:
-----------
2009-10-26 Robert Millan <[email protected]>
* Makefile.in (RMKFILES): Rewrite using $(wildcard).
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/Makefile.in
Property Changed:
----------------
trunk/grub2/
Property changes on: trunk/grub2
___________________________________________________________________
Modified: bzr:revision-info
- timestamp: 2009-10-26 19:06:08.506999969 +0100
committer: Robert Millan <[email protected]>
properties:
branch-nick: trunk
+ timestamp: 2009-10-26 19:24:47.417999983 +0100
committer: Robert Millan <[email protected]>
properties:
branch-nick: trunk
Modified: bzr:revision-id:v3-single1-dHJ1bmsvZ3J1YjI.
- 1769 [email protected]
1770 [email protected]
1771 [email protected]
1772 [email protected]
1773 [email protected]
1774 [email protected]
1775 [email protected]
1776 [email protected]
1777 [email protected]
1778 [email protected]
1779 [email protected]
1780 [email protected]
1781 [email protected]
1784 [email protected]
1785 [email protected]
1786 [email protected]
1787 [email protected]
+ 1769 [email protected]
1770 [email protected]
1771 [email protected]
1772 [email protected]
1773 [email protected]
1774 [email protected]
1775 [email protected]
1776 [email protected]
1777 [email protected]
1778 [email protected]
1779 [email protected]
1780 [email protected]
1781 [email protected]
1784 [email protected]
1785 [email protected]
1786 [email protected]
1787 [email protected]
1788 [email protected]
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-10-26 18:06:23 UTC (rev 2663)
+++ trunk/grub2/ChangeLog 2009-10-26 18:25:02 UTC (rev 2664)
@@ -1,5 +1,9 @@
2009-10-26 Robert Millan <[email protected]>
+ * Makefile.in (RMKFILES): Rewrite using $(wildcard).
+
+2009-10-26 Robert Millan <[email protected]>
+
* disk/scsi.c: Remove `<grub/machine/kernel.h>' (not needed).
2009-10-26 Robert Millan <[email protected]>
Modified: trunk/grub2/Makefile.in
===================================================================
--- trunk/grub2/Makefile.in 2009-10-26 18:06:23 UTC (rev 2663)
+++ trunk/grub2/Makefile.in 2009-10-26 18:25:02 UTC (rev 2664)
@@ -115,9 +115,7 @@
### General variables.
-RMKFILES = $(addprefix conf/,common.rmk i386-coreboot.rmk i386-efi.rmk \
- i386-qemu.rmk i386-ieee1275.rmk i386-pc.rmk i386.rmk
powerpc-ieee1275.rmk \
- sparc64-ieee1275.rmk x86_64-efi.rmk)
+RMKFILES = $(wildcard conf/*.rmk)
MKFILES = $(patsubst %.rmk,%.mk,$(RMKFILES))