2009-06-08 Felix Zielcke <fzielcke@z-51.de>
commita66ae258da6acb55ea8d8b1fdef1a6de22b8fc1c
authorFelix Zielcke <fzielcke@z-51.de>
Mon, 8 Jun 2009 07:32:14 +0000 (8 07:32 +0000)
committerFelix Zielcke <fzielcke@z-51.de>
Mon, 8 Jun 2009 07:32:14 +0000 (8 07:32 +0000)
tree1b45da3d039225676b883faab68e12c028d95595
parentfcb1b5186c43c6217b07a516a0c001e74eaf4f3d
2009-06-08  Felix Zielcke  <fzielcke@z-51.de>

* commands/true.c: New file.  Implement the true and false commands.
* conf/common.rmk.c (pkglib_MODULES): Add `true.mod'.
(true_mod_SOURCES): New variable.
(true_mod_CFLAGS): Likewise.
(true_mod_LDFLAGS): Likewise.

git-svn-id: svn://svn.savannah.gnu.org/grub/trunk/grub2@2269 d0de0278-0dc1-4c01-8a07-af38b3205e46
ChangeLog
commands/true.c [new file with mode: 0644]
conf/common.rmk