From 0914f8539a7bc90242efa791cde6f636483e5857 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 31 Oct 2006 17:17:01 +0000 Subject: [PATCH] prevent dhcp6 from rebuilding SVN-Revision: 5360 --- ipv6/dhcp6/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ipv6/dhcp6/Makefile b/ipv6/dhcp6/Makefile index f472b835d..fc09e761a 100644 --- a/ipv6/dhcp6/Makefile +++ b/ipv6/dhcp6/Makefile @@ -49,6 +49,12 @@ define Package/dhcp6-server/conffiles /etc/dhcpd6/partial_leases6.conf endef +define Build/Prepare + $(call Build/Prepare/Default) + # prevent package from rebuilding + find $(PKG_BUILD_DIR) | xargs touch +endef + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/client \ CC="$(TARGET_CC)" \ -- 2.30.2