Changeset dec16a2 in mainline for uspace/app/top/Makefile


Ignore:
Timestamp:
2010-04-18T16:52:47Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5c45ca8
Parents:
e535eeb
Message:
  • sysinfo items "system.tasks" and "system.threads" now return complete statistics of all tasks and threads (statistics of individual tasks and threads can be still acquited from "system.tasks.#" and "system.threads.#")
  • update user space functions accordingly
  • cleanup top — it is fully functional again
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/top/Makefile

    re535eeb rdec16a2  
    2929
    3030USPACE_PREFIX = ../..
    31 # BINARY = top
     31BINARY = top
    3232
    3333SOURCES = \
    3434        top.c \
    3535        screen.c \
    36         input.c \
    37         ps.c
     36        input.c
    3837
    3938include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.