Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
4ef1ee83
in mainline for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-03-15T12:47:36Z (
19 years
ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
032a9b3
Parents:
5e7b926
Message:
Build correctly uspace and kernel based on boot architecture.
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r5e7b926
r4ef1ee83
57
57
58
58
kernel:
59
$(MAKE) -C $(KERNELDIR)
ARCH=$(ARCH)
59
$(MAKE) -C $(KERNELDIR)
N
ARCH=$(ARCH)
60
60
61
61
uspace:
62
$(MAKE) -C $(USPACEDIR)
ARCH=$(ARCH)
62
$(MAKE) -C $(USPACEDIR)
N
ARCH=$(ARCH)
63
63
64
64
clean_kernel:
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive