Changeset 9a0367f in mainline for uspace/app
- Timestamp:
- 2009-01-20T18:38:16Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27fb3d6
- Parents:
- b1747a5
- Location:
- uspace/app
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/Makefile
rb1747a5 r9a0367f 31 31 32 32 include ../../../version 33 include../../Makefile.config33 -include ../../../Makefile.config 34 34 35 35 LIBC_PREFIX = ../../lib/libc -
uspace/app/init/Makefile
rb1747a5 r9a0367f 28 28 29 29 include ../../../version 30 include../../Makefile.config30 -include ../../../Makefile.config 31 31 32 32 ## Setup toolchain -
uspace/app/klog/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../Makefile.config32 -include ../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../lib/libc -
uspace/app/tester/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../Makefile.config32 -include ../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../lib/libc -
uspace/app/tetris/Makefile
rb1747a5 r9a0367f 1 include../../Makefile.config1 -include ../../../Makefile.config 2 2 3 3 LIBC_PREFIX = ../../lib/libc -
uspace/app/trace/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../Makefile.config32 -include ../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../lib/libc
Note:
See TracChangeset
for help on using the changeset viewer.