Skip to content

Commit

Permalink
fix bootimage build
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Dice committed Mar 15, 2009
1 parent d1018bf commit 7311fda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,11 @@ ifeq ($(heapdump),true)
cflags += -DAVIAN_HEAPDUMP
endif

bootimage-mode = $(mode)

bootimage-generator-sources = $(src)/bootimage.cpp
bootimage-generator-objects = \
$(call cpp-objects,$(bootimage-generator-sources),$(src),$(native-build))
bootimage-generator = \
$(build)/$(build-platform)-$(build-arch)-$(bootimage-mode)/bootimage-generator
$(build)/$(build-platform)-$(build-arch)$(options)/bootimage-generator

bootimage-bin = $(native-build)/bootimage.bin
bootimage-object = $(native-build)/bootimage-bin.o
Expand Down Expand Up @@ -490,9 +488,11 @@ $(bootimage-generator): make-bootimage-generator

make-bootimage-generator:
(unset MAKEFLAGS && \
make mode=$(bootimage-mode) \
make mode=$(mode) \
arch=$(build-arch) \
platform=$(build-platform) \
bootimage=$(bootimage) \
heapdump=$(heapdump) \
bootimage-generator= \
build-bootimage-generator=$(bootimage-generator) \
$(bootimage-generator))
Expand Down

0 comments on commit 7311fda

Please sign in to comment.