mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 07:15:31 +00:00
simplify dummy rules
Use true instead of echo >/dev/null -- same effect, less bytes. Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
55fca14c80
commit
fe0a9670f3
@@ -230,7 +230,7 @@ cleanup-y += $(_cleanup-y)
|
|||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|
||||||
all: $(_all)
|
all: $(_all)
|
||||||
@echo > /dev/null
|
@true
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(E) " CLEANUP " $(obj)
|
$(E) " CLEANUP " $(obj)
|
||||||
|
@@ -49,4 +49,4 @@ endef
|
|||||||
## together with .SUFFIXES not cleaned, this
|
## together with .SUFFIXES not cleaned, this
|
||||||
## will slow down the build procedure
|
## will slow down the build procedure
|
||||||
scripts/Makefile.rules::
|
scripts/Makefile.rules::
|
||||||
@echo > /dev/null
|
@true
|
||||||
|
@@ -22,4 +22,4 @@ $(VERSION_HEADER): Makefile scripts/Makefile.version
|
|||||||
## together with .SUFFIXES not cleaned, this
|
## together with .SUFFIXES not cleaned, this
|
||||||
## will slow down the build procedure
|
## will slow down the build procedure
|
||||||
scripts/Makefile.version::
|
scripts/Makefile.version::
|
||||||
@echo > /dev/null
|
@true
|
||||||
|
@@ -14,7 +14,7 @@ DEPEND.c = $(COMPILE.c) -MM -MP
|
|||||||
$(DEPEND.c) $(OUTPUT_OPTION) $<
|
$(DEPEND.c) $(OUTPUT_OPTION) $<
|
||||||
|
|
||||||
all: $(LIB)
|
all: $(LIB)
|
||||||
@echo > /dev/null
|
@true
|
||||||
install: all
|
install: all
|
||||||
.PHONY: all install
|
.PHONY: all install
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user