/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by bellard, Mon Aug 11 23:01:33 2003 UTC revision 1.49 by bellard, Wed Sep 17 22:57:56 2003 UTC
# Line 63  vl.c i386-vl.ld vl.h block.c vlmkcow.c v Line 63  vl.c i386-vl.ld vl.h block.c vlmkcow.c v
63  thunk.c cpu-exec.c translate.c cpu-all.h cpu-defs.h thunk.h exec.h\  thunk.c cpu-exec.c translate.c cpu-all.h cpu-defs.h thunk.h exec.h\
64  exec.c cpu-exec.c gdbstub.c bswap.h \  exec.c cpu-exec.c gdbstub.c bswap.h \
65  cpu-i386.h op-i386.c helper-i386.c helper2-i386.c syscall-i386.h translate-i386.c \  cpu-i386.h op-i386.c helper-i386.c helper2-i386.c syscall-i386.h translate-i386.c \
66  exec-i386.h ops_template.h ops_template_mem.h op_string.h opreg_template.h \  exec-i386.h ops_template.h ops_template_mem.h opreg_template.h \
67  ops_mem.h softmmu_template.h softmmu_header.h \  ops_mem.h softmmu_template.h softmmu_header.h \
68  cpu-arm.h syscall-arm.h exec-arm.h op-arm.c translate-arm.c op-arm-template.h \  cpu-arm.h syscall-arm.h exec-arm.h op-arm.c translate-arm.c op-arm-template.h \
69  dis-asm.h disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c sparc-dis.c \  dis-asm.h disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c sparc-dis.c \
# Line 84  FILE=qemu-$(VERSION) Line 84  FILE=qemu-$(VERSION)
84  tar:  tar:
85          rm -rf /tmp/$(FILE)          rm -rf /tmp/$(FILE)
86          mkdir -p /tmp/$(FILE)          mkdir -p /tmp/$(FILE)
87          cp -P $(FILES) /tmp/$(FILE)          cp --parent $(FILES) /tmp/$(FILE)
88          ( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) )          ( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) )
89          rm -rf /tmp/$(FILE)          rm -rf /tmp/$(FILE)
90    

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26