Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
e3c3172
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:
2010-12-06T12:40:37Z (
14 years
ago)
Author:
Martin Decky <martin@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
bea023b9
Parents:
d40ffbb
Message:
introduce a true hands-off configuration/build mode
(use "make PROFILE≤profile_name> HANDS_OFF=y")
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
rd40ffbb
re3c3172
66
66
67
67
config_default: $(CONFIG_RULES)
68
ifeq ($(HANDS_OFF),y)
69
$(CONFIG) $< hands-off $(PROFILE)
70
else
68
71
$(CONFIG) $< default $(PROFILE)
72
endif
69
73
70
74
config: $(CONFIG_RULES)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive