mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 14:59:10 +00:00
consistent hello naming
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@247 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
de83cd02e0
commit
144c345daf
@ -1,6 +1,6 @@
|
|||||||
gmon.out
|
gmon.out
|
||||||
testsig
|
testsig
|
||||||
hello
|
hello-i386
|
||||||
hello-arm
|
hello-arm
|
||||||
sha1.test.c
|
sha1.test.c
|
||||||
sha1.c
|
sha1.c
|
||||||
|
@ -12,9 +12,9 @@ QEMU=../qemu
|
|||||||
|
|
||||||
all: $(TESTS)
|
all: $(TESTS)
|
||||||
|
|
||||||
hello: hello.c
|
hello-i386: hello-i386.c
|
||||||
$(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $<
|
$(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $<
|
||||||
strip hello
|
strip $@
|
||||||
|
|
||||||
testclone: testclone.c
|
testclone: testclone.c
|
||||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
|
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
|
||||||
|
Loading…
Reference in New Issue
Block a user