]> git.proxmox.com Git - grub2.git/commit
2009-06-08 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Mon, 8 Jun 2009 07:32:14 +0000 (07:32 +0000)
committerfzielcke <fzielcke@localhost>
Mon, 8 Jun 2009 07:32:14 +0000 (07:32 +0000)
commitba5a0d059bf13e742aecabefb268d0d7f302643e
tree219acc5c8bfd151ace0ceadc395f0afb08a84602
parentc8048e32d6adf830610ae75a12c011d5ec669ff5
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.
ChangeLog
commands/true.c [new file with mode: 0644]
conf/common.rmk