Changeset 046f342 in mainline for uspace/app/bdsh/Makefile


Ignore:
Timestamp:
2009-05-08T11:10:34Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
54a6ff6
Parents:
66b430e
Message:

Add a primitive 'mv' command. This 'mv' is a mere wrapper around rename() and
as such cannot move files across file systems and doesn't work on FAT (because
FAT does not support hardlinks).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/Makefile

    r66b430e r046f342  
    5858        cmds/modules/sleep/ \
    5959        cmds/modules/cp/ \
     60        cmds/modules/mv/ \
    6061        cmds/modules/kcon/ \
    6162        cmds/builtins/ \
     
    7374        cmds/modules/sleep/sleep.c \
    7475        cmds/modules/cp/cp.c \
     76        cmds/modules/mv/mv.c \
    7577        cmds/modules/kcon/kcon.c \
    7678        cmds/builtins/exit/exit.c \
Note: See TracChangeset for help on using the changeset viewer.