From 4c7f9ad57e33067cbdd7975beb324b6f1a283a2c Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 16 Mar 2012 12:09:36 -0400 Subject: [PATCH] ntpdate: Add ntpdate extraction. Signed-off-by: Konrad Rzeszutek Wilk --- root_image/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/root_image/Makefile b/root_image/Makefile index 3c1272e..48f3995 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -354,6 +354,8 @@ add-bins: userspace-prep ifeq ($(RPM_ARCH), x86_64) $(call RPM_TO_USERSPACE,./usr/sbin/mcelog,$(RPM_DIR)/mcelog) endif + $(call RPM_TO_USERSPACE,./usr/sbin/ntpdate,$(RPM_DIR)/ntpdate) + .PHONY: add-debug-bins add-debug-bins: root_image-tools-install @@ -881,6 +883,8 @@ xtt-tools-install: directfb-install $(INSTALL_PROG) tools/eatmem/eatmem userspace/usr/bin/ $(INSTALL_PROG) tools/drfb_test/dfbtest_fillrect userspace/usr/bin/ $(INSTALL_PROG) tools/drfb_load/drfb_load userspace/usr/bin/ + $(call RPM_TO_USERSPACE,./usr/bin/objdump,$(RPM_DIR)/binutils) + $(call RPM_TO_USERSPACE,./usr/lib64/libopcodes*,$(RPM_DIR)/binutils) fio/fio: fio/fio $(MAKE) -j$$(($(NCPUS) * 2)) -C fio -- 2.39.5