Changeset 2345061 in mainline
- Timestamp:
-
2006-03-15T12:48:38Z
(19 years ago)
- Author:
- Ondrej Palkovsky <ondrap@…>
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e4f5d3f
- Parents:
- 55cff86
- Message:
-
Allow correct rebuilding based on boot architecture.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r55cff86
|
r2345061
|
|
46 | 46 | |
47 | 47 | all: |
48 | | tools/config.py default $(ARCH) |
| 48 | tools/config.py default $(NARCH) |
| 49 | ifdef NARCH |
| 50 | ifneq ($(ARCH), $(NARCH)) |
| 51 | $(MAKE) -C . clean |
| 52 | endif |
| 53 | endif |
49 | 54 | $(MAKE) -C . build |
50 | 55 | |