Changeset f8973c00 in mainline
- Timestamp:
-
2006-03-15T12:48:06Z
(19 years ago)
- Author:
- Ondrej Palkovsky <ondrap@…>
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0e30dec
- Parents:
- 97b64c9
- Message:
-
Allow correct rebuilding based on boot architecture.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r97b64c9
|
rf8973c00
|
|
153 | 153 | |
154 | 154 | all: |
155 | | tools/config.py default $(ARCH) |
| 155 | tools/config.py default $(NARCH) |
| 156 | ifdef NARCH |
| 157 | ifneq ($(ARCH), $(NARCH)) |
| 158 | $(MAKE) -C . clean |
| 159 | endif |
| 160 | endif |
156 | 161 | $(MAKE) -C . build |
157 | 162 | |