Changeset 24d6efc in mainline for uspace/srv
- Timestamp:
- 2008-11-08T11:05:32Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6c8d267
- Parents:
- 24345a5
- Location:
- uspace/srv
- Files:
-
- 11 edited
-
console/Makefile (modified) (1 diff)
-
devmap/Makefile (modified) (1 diff)
-
fb/Makefile (modified) (1 diff)
-
fs/fat/Makefile (modified) (1 diff)
-
fs/tmpfs/Makefile (modified) (1 diff)
-
kbd/Makefile (modified) (1 diff)
-
loader/Makefile (modified) (1 diff)
-
ns/Makefile (modified) (1 diff)
-
pci/Makefile (modified) (1 diff)
-
rd/Makefile (modified) (1 diff)
-
vfs/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/console/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/devmap/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/fb/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/fs/fat/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../../lib/libc -
uspace/srv/fs/tmpfs/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../../lib/libc -
uspace/srv/kbd/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/loader/Makefile
r24345a5 r24d6efc 28 28 # 29 29 30 include ../../../version31 30 include ../../Makefile.config 32 31 -
uspace/srv/ns/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/pci/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/rd/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/vfs/Makefile
r24345a5 r24d6efc 30 30 ## Setup toolchain 31 31 # 32 33 include ../../Makefile.config 32 34 33 35 LIBC_PREFIX = ../../lib/libc
Note:
See TracChangeset
for help on using the changeset viewer.
