Changeset 0a50f59 in mainline for src/Makefile


Ignore:
Timestamp:
2005-09-15T21:19:40Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6799505
Parents:
01e48c1
Message:

Remove _qsort() as its concept is fundamentally broken.

Move lib/the.c to proc/the.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Makefile

    r01e48c1 r0a50f59  
    99        proc/thread.c \
    1010        proc/task.c \
     11        proc/the.c \
    1112        mm/heap.c \
    1213        mm/frame.c \
     
    1718        lib/list.c \
    1819        lib/memstr.c \
    19         lib/the.c \
    2020        lib/sort.c \
    2121        debug/print.c \
Note: See TracChangeset for help on using the changeset viewer.