]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-07-28 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Mon, 28 Jul 2008 22:35:40 +0000 (22:35 +0000)
committerproski <proski@localhost>
Mon, 28 Jul 2008 22:35:40 +0000 (22:35 +0000)
* genmk.rb: Add a warning to the beginning of the output that
it's a generated file and should not be edited.

ChangeLog
conf/common.mk
conf/i386-coreboot.mk
conf/i386-efi.mk
conf/i386-ieee1275.mk
conf/i386-pc.mk
conf/powerpc-ieee1275.mk
conf/sparc64-ieee1275.mk
conf/x86_64-efi.mk
genmk.rb

index 9288a2a744f141efd7cd9fcd67fb113d0216c08a..5145f50a451f57cfd0c9ba272e6c1f306db930a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-28  Pavel Roskin  <proski@gnu.org>
+
+       * genmk.rb: Add a warning to the beginning of the output that
+       it's a generated file and should not be edited.
+
 2008-07-28  Robert Millan  <rmh@aybabtu.com>
 
        * disk/raid.c (grub_raid_scan_device): Do not abort when two disks
index 149673f6d1a184b4f631345a2b3240676d8ec619..11aeee981a7273c840d042afe63aa8eceb2ab8fc 100644 (file)
@@ -1,4 +1,5 @@
 # -*- makefile -*-
+# Generated by genmk.rb, please don't edit!
 
 # For grub-probe.
 sbin_UTILITIES += grub-probe
index aab8e4b5e0dade64c303bd19de505a0a9fc75d72..41fc37b3d11c0b13a8b26eafbdb48b576ec50ac4 100644 (file)
@@ -1,4 +1,5 @@
 # -*- makefile -*-
+# Generated by genmk.rb, please don't edit!
 
 COMMON_ASFLAGS = -m32 -nostdinc -fno-builtin
 COMMON_CFLAGS  = -ffreestanding -mrtd -mregparm=3
index 173fc46706228f091dcdc958d04fa87539622fab..28e38771b72b7bb637772cc8001e7b8cf447a34c 100644 (file)
@@ -1,4 +1,5 @@
 # -*- makefile -*-
+# Generated by genmk.rb, please don't edit!
 
 COMMON_ASFLAGS = -nostdinc -fno-builtin -m32
 COMMON_CFLAGS = -fno-builtin -m32
index 5aa516a7a29cce5264c5efac5c9465b8d18a795b..591408433edd5b6704563d29ecfafc073034e96b 100644 (file)
@@ -1,4 +1,5 @@
 # -*- makefile -*-
+# Generated by genmk.rb, please don't edit!
 
 COMMON_ASFLAGS = -m32 -nostdinc -fno-builtin
 COMMON_CFLAGS  = -ffreestanding -mrtd -mregparm=3
index 6aeef6cd61f70372550f5595a6239a58050e0d62..28d6cebdf462486c91e2970ec68b3125457cf56c 100644 (file)
@@ -1,4 +1,5 @@
 # -*- makefile -*-
+# Generated by genmk.rb, please don't edit!
 
 GRUB_MEMORY_MACHINE_LINK_ADDR = 0x8200
 
index e341cf5faae84bda082a16fc5a88fb35a8f70a3d..f9bdfe36ef1272b3fe3e9e33f023ece59b737cc9 100644 (file)
@@ -1,4 +1,5 @@
 
+# Generated by genmk.rb, please don't edit!
 # -*- makefile -*-
 
 COMMON_ASFLAGS = -nostdinc -D__ASSEMBLY__
index 88ee85370ac50fb9590520f37fde378faad627ac..a2b9638635d74d91b418b2471540fdea0e14634c 100644 (file)
@@ -1,4 +1,5 @@
 
+# Generated by genmk.rb, please don't edit!
 # -*- makefile -*-
 
 COMMON_ASFLAGS = -nostdinc
index aacd31f9269227a69099f2a8ef56ac0f9eb91e5e..495af830893babd7a0f49375ce6aaf37f0deeb42 100644 (file)
@@ -1,4 +1,5 @@
 # -*- makefile -*-
+# Generated by genmk.rb, please don't edit!
 
 COMMON_ASFLAGS = -nostdinc -fno-builtin -m64
 COMMON_CFLAGS = -fno-builtin -m64
index cb0a6750148b4abe9037832188ce9b75258d730c..9ac1273fbd6646fcdd05543a9e4d0713d2bead70 100644 (file)
--- a/genmk.rb
+++ b/genmk.rb
@@ -286,6 +286,10 @@ pmodules = []
 programs = []
 scripts = []
 
+l = gets
+print l
+print "# Generated by genmk.rb, please don't edit!\n"
+
 cont = false
 s = nil
 while l = gets