Changeset fa4b7ba3 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-11-13T20:02:25Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9234566
Parents:
d1538a1
Message:

Retire read-only ext2 support.

  • Remove ext2fs and libext2 as their functionality is now superseded by ext4fs and libext4.
  • Remove ext2info and tester's ext2 test as they depended on libext2 which has a different API than libext4.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rd1538a1 rfa4b7ba3  
    4040        app/devctl \
    4141        app/edit \
    42         app/ext2info \
    4342        app/getterm \
    4443        app/init \
     
    105104        srv/fs/mfs \
    106105        srv/fs/locfs \
    107         srv/fs/ext2fs \
    108106        srv/fs/ext4fs \
    109107        srv/hid/compositor \
     
    213211        lib/net \
    214212        lib/nic \
    215         lib/ext2 \
    216213        lib/ext4 \
    217214        lib/usb \
Note: See TracChangeset for help on using the changeset viewer.