Changeset 32d96e1 in mainline for uspace/app/loc
- Timestamp:
- 2012-05-13T08:56:01Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4e7637a
- Parents:
- b4ec1ea
- Location:
- uspace/app/loc
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/loc/Makefile
rb4ec1ea r32d96e1 28 28 29 29 USPACE_PREFIX = ../.. 30 EXTRA_CFLAGS = -Iinclude 31 BINARY = locinfo 30 BINARY = loc 32 31 33 32 SOURCES = \ 34 loc info.c33 loc.c 35 34 36 35 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/loc/loc.c
rb4ec1ea r32d96e1 27 27 */ 28 28 29 /** @addtogroup loc info29 /** @addtogroup loc 30 30 * @{ 31 31 */ 32 /** @file loc info.c Print information from location service.32 /** @file loc.c Print information from location service. 33 33 */ 34 34 … … 41 41 #include <sys/typefmt.h> 42 42 43 #define NAME "loc info"43 #define NAME "loc" 44 44 45 45 int main(int argc, char *argv[])
Note:
See TracChangeset
for help on using the changeset viewer.