Changeset 5c96b2a in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-06-02T21:26:44Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff4f073
Parents:
4a06045 (diff), 21300a2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from http://ho.st.dcs.fmph.uniba.sk/~mato/bzr/helenos-ext2.

Changes made against the ext2 branch parent:

  • removed .bzrignore
  • removed all traces of pipefs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r4a06045 r5c96b2a  
    3535DIRS = \
    3636        app/bdsh \
     37        app/blkdump \
     38        app/bnchmark \
    3739        app/edit \
     40        app/ext2info \
    3841        app/getterm \
    3942        app/init \
     
    4750        app/taskdump \
    4851        app/tester \
     52        app/testread \
    4953        app/tetris \
    5054        app/trace \
     
    7276        srv/fs/tmpfs \
    7377        srv/fs/devfs \
     78        srv/fs/ext2fs \
    7479        srv/hid/adb_mouse \
    7580        srv/hid/char_mouse \
     
    149154        lib/drv \
    150155        lib/packet \
    151         lib/net
     156        lib/net \
     157        lib/ext2
    152158
    153159LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.