Commit c0ba98fd authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

nmk: build.mk -- Drop unused objlist target

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Reviewed-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent f4ac56c0
...@@ -164,12 +164,6 @@ all: $(all-y) ...@@ -164,12 +164,6 @@ all: $(all-y)
@true @true
.PHONY: all .PHONY: all
#
# List of object files.
objlist:
$(E) $(obj-y) $(lib-y)
.PHONY: objlist
# #
# Clean most files, but leave enough to navigate with tags (generated files) # Clean most files, but leave enough to navigate with tags (generated files)
clean: clean:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment