]> Git Repo - qemu.git/blobdiff - po/Makefile
char: useless NULL check
[qemu.git] / po / Makefile
index b271f79ba2aa9711822be9ddf7b603b9e1f126c3..cc630363dedfbe3bdab323ebe492fa533c02c29c 100644 (file)
@@ -10,7 +10,7 @@ all:
 .PHONY:        all build clean install update
 
 %.mo: %.po
-       $(call quiet-command, msgfmt -o $@ $<, "  GEN   $@")
+       $(call quiet-command, msgfmt -o $@ $<,"GEN","$@")
 
 -include ../config-host.mak
 include $(SRC_PATH)/rules.mak
@@ -32,7 +32,7 @@ update: $(SRCS)
 build: $(OBJS)
 
 clean:
-       $(RM) $(OBJS)
+       rm -f $(OBJS)
 
 install: $(OBJS)
        for obj in $(OBJS); do \
@@ -46,7 +46,7 @@ $(PO_PATH)/messages.po: $(SRC_PATH)/ui/gtk.c
           xgettext -o - --from-code=UTF-8 --foreign-user \
            --package-name=QEMU --package-version=$(VERSION) \
            [email protected] -k_ -C ui/gtk.c | \
-         sed -e s/CHARSET/UTF-8/) >$@, "  GEN   $@")
+         sed -e s/CHARSET/UTF-8/) >$@,"GEN","$@")
 
 $(PO_PATH)/%.po: $(PO_PATH)/messages.po
-       $(call quiet-command, msgmerge -q $@ $< > [email protected] && mv [email protected] $@, "  GEN   $@")
+       $(call quiet-command, msgmerge -q $@ $< > [email protected] && mv [email protected] $@,"GEN","$@")
This page took 0.023467 seconds and 4 git commands to generate.