Rebuild all stubs. Minor Makefile cleanup.
This commit is contained in:
parent
829e2d6c5d
commit
4c407c2850
@ -70,7 +70,8 @@ STUBS += i386-linux.elf.interp-entry.h
|
||||
STUBS += i386-linux.elf.interp-fold.h
|
||||
STUBS += i386-linux.elf.shell-entry.h
|
||||
STUBS += i386-linux.elf.shell-fold.h
|
||||
STUBS += i386-linux.kernel.vmlinux.h i386-linux.kernel.vmlinux-head.h
|
||||
STUBS += i386-linux.kernel.vmlinux.h
|
||||
STUBS += i386-linux.kernel.vmlinux-head.h
|
||||
STUBS += i386-linux.kernel.vmlinuz.h
|
||||
STUBS += i386-win32.pe.h
|
||||
STUBS += m68k-atari.tos.h
|
||||
@ -572,6 +573,7 @@ tmp/i386-linux.elf.shell-main.o : $(srcdir)/src/$$T.c
|
||||
# /***********************************************************************
|
||||
# // i386-linux.kernel.vmlinux
|
||||
# // i386-linux.kernel.vmlinuz
|
||||
# // i386-linux.kernel.vmlinux-head
|
||||
# ************************************************************************/
|
||||
|
||||
i386-linux.kernel.vmlinu%.h : tc_list = arch-i386 default
|
||||
@ -581,8 +583,6 @@ i386-linux.kernel.vmlinu%.h : $(srcdir)/src/$$T.S
|
||||
$(call tc,f-embed_objinfo,tmp/$T.bin)
|
||||
$(call tc,bin2h) --ident=nrv_loader tmp/$T.bin $@
|
||||
|
||||
i386-linux.kernel.vmlinux-head.h : tc_list = arch-i386 default
|
||||
|
||||
i386-linux.kernel.vmlinux-head.h : $(srcdir)/src/$$T.S
|
||||
$(call tc,gcc) -c -x assembler-with-cpp $< -o tmp/$T.tmp
|
||||
$(call tc,objcopy) --output-target binary --only-section .text tmp/$T.tmp tmp/$T.bin
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* i386-linux.kernel.head-vmlinux.h -- created from i386-linux.kernel.head-vmlinux.bin, 39 (0x27) bytes
|
||||
/* i386-linux.kernel.vmlinux-head.h -- created from i386-linux.kernel.vmlinux-head.bin, 39 (0x27) bytes
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user