2009-06-16 Vladimir Serbinenko <phcoder@gmail.com>
Probe command * commands/probe.c: new file * conf/common.rmk (pkglib_MODULES): add probe.mod (probe_mod_SOURCES): new variable (probe_mod_CFLAGS): likewise (probe_mod_LDFLAGS): likewise * conf/i386-coreboot.rmk (grub_emu_SOURCES): add commands/probe.c * conf/i386-ieee1275.rmk: likewise * conf/i386-pc.rmk: likewise * conf/powerpc-ieee1275.rmk: likewise * conf/sparc64-ieee1275.rmk: likewise
This commit is contained in:
parent
ebc621eac9
commit
9c6f459688
8 changed files with 187 additions and 5 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2009-06-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Probe command
|
||||
|
||||
* commands/probe.c: new file
|
||||
* conf/common.rmk (pkglib_MODULES): add probe.mod
|
||||
(probe_mod_SOURCES): new variable
|
||||
(probe_mod_CFLAGS): likewise
|
||||
(probe_mod_LDFLAGS): likewise
|
||||
* conf/i386-coreboot.rmk (grub_emu_SOURCES): add commands/probe.c
|
||||
* conf/i386-ieee1275.rmk: likewise
|
||||
* conf/i386-pc.rmk: likewise
|
||||
* conf/powerpc-ieee1275.rmk: likewise
|
||||
* conf/sparc64-ieee1275.rmk: likewise
|
||||
|
||||
2009-06-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix handling of string like \"hello\" and "a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue