Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4776
b: refs/heads/master
c: f13487c
h: refs/heads/master
v: v3
  • Loading branch information
Olaf Hering authored and Linus Torvalds committed Jul 13, 2005
1 parent 40c13f0 commit ff9a46c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7ee91ec14bd4def036b4084da29869382078e44b
refs/heads/master: f13487c66c75f5db004a0631047309d9e7c5aab7
7 changes: 6 additions & 1 deletion trunk/arch/ppc/boot/images/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ MKIMAGE := $(srctree)/scripts/mkuboot.sh

extra-y := vmlinux.bin vmlinux.gz

# two make processes may write to vmlinux.gz at the same time with make -j
quiet_cmd_mygzip = GZIP $@
cmd_mygzip = gzip -f -9 < $< > $@.$$$$ && mv $@.$$$$ $@


OBJCOPYFLAGS_vmlinux.bin := -O binary
$(obj)/vmlinux.bin: vmlinux FORCE
$(call if_changed,objcopy)

$(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE
$(call if_changed,gzip)
$(call if_changed,mygzip)

quiet_cmd_uimage = UIMAGE $@
cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A ppc -O linux -T kernel \
Expand Down

0 comments on commit ff9a46c

Please sign in to comment.