]> git.ozlabs.org Git - petitboot/commit
Move common system routines to lib
authorGeoff Levand <geoffrey.levand@am.sony.com>
Sun, 12 Apr 2009 15:11:48 +0000 (15:11 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 30 Jun 2009 07:29:15 +0000 (15:29 +0800)
commitb3e1a66f23b7338d88e0668b8cf10ffe139a9a03
tree66d897b15282e574e9823c45dedf92a257fd1636
parentdc13479d33efc6cf4b55bfd7b4875c44e4a9bbd0
Move common system routines to lib

Move some of the common system operations to lib system routines.
Creates these common routines:

  pb_mkdir_recursive()
  pb_rmdir_recursive()
  pb_run_cmd()

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
configure.ac
lib/system/system.c [new file with mode: 0644]
lib/system/system.h [new file with mode: 0644]
rules.mk