Changeset 0dc2fec in mainline for uspace/app
- Timestamp:
- 2016-05-22T19:19:43Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b272c67a
- Parents:
- 153c7a29 (diff), af2254ec (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. - Location:
- uspace/app
- Files:
-
- 5 edited
-
barber/Makefile (modified) (1 diff)
-
rcubench/Makefile (modified) (1 diff)
-
rcutest/Makefile (modified) (1 diff)
-
sbi/src/bigint.c (modified) (1 diff)
-
tetris/tetris.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/barber/Makefile
r153c7a29 r0dc2fec 85 85 include $(USPACE_PREFIX)/Makefile.common 86 86 87 image s.c images.h: $(IMAGES)88 $(ROOT_PATH)/tools/mkarray.py images COMPOSITOR_IMAGES $ ^87 image%.c image%.h: $(IMAGES) 88 $(ROOT_PATH)/tools/mkarray.py images COMPOSITOR_IMAGES $(IMAGES) -
uspace/app/rcubench/Makefile
r153c7a29 r0dc2fec 29 29 USPACE_PREFIX = ../.. 30 30 31 LIBS = $(LIBURCU_PREFIX)/liburcu.a32 33 EXTRA_CFLAGS += -I$(LIBURCU_PREFIX)34 35 31 BINARY = rcubench 36 32 -
uspace/app/rcutest/Makefile
r153c7a29 r0dc2fec 29 29 USPACE_PREFIX = ../.. 30 30 31 LIBS = $(LIBURCU_PREFIX)/liburcu.a32 33 EXTRA_CFLAGS += -I$(LIBURCU_PREFIX)34 35 31 BINARY = rcutest 36 32 -
uspace/app/sbi/src/bigint.c
r153c7a29 r0dc2fec 379 379 printf("Convert bigint to string.\n"); 380 380 #endif 381 assert(BIGINT_BASE >= 10);381 static_assert(BIGINT_BASE >= 10); 382 382 383 383 /* Compute number of characters. */ -
uspace/app/tetris/tetris.c
r153c7a29 r0dc2fec 51 51 */ 52 52 53 static const char copyright[] =53 static volatile const char copyright[] = 54 54 "@(#) Copyright (c) 1992, 1993\n" 55 55 "\tThe Regents of the University of California. All rights reserved.\n";
Note:
See TracChangeset
for help on using the changeset viewer.
