From 7d6138cd60ad31d7be89c236e8aaa7e27596e45f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 25 Sep 2013 14:09:55 +0200 Subject: [PATCH] clean up locally built inotify for lxc as this is not current any longer --- lxc.mk | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/lxc.mk b/lxc.mk index cac0afc0..51fcc76f 100644 --- a/lxc.mk +++ b/lxc.mk @@ -190,27 +190,6 @@ ALL += pf2slice #ALL += mom #IN_NODEIMAGE += mom -# -# inotify-tools - local import -# rebuild this on centos5 (not found) - see yumexclude -# -local_inotify_tools=false -ifeq "$(DISTRONAME)" "centos5" -local_inotify_tools=true -endif - -ifeq "$(DISTRONAME)" "sl6" -local_inotify_tools=true -endif - -ifeq "$(local_inotify_tools)" "true" -inotify-tools-MODULES := inotify-tools -inotify-tools-SPEC := inotify-tools.spec -inotify-tools-BUILD-FROM-SRPM := yes -IN_NODEIMAGE += inotify-tools -ALL += inotify-tools -endif - # # openvswitch # @@ -230,9 +209,6 @@ vsys-MODULES := vsys vsys-SPEC := vsys.spec # ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it vsys-STOCK-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs -ifeq "$(local_inotify_tools)" "true" -vsys-LOCAL-DEVEL-RPMS += inotify-tools inotify-tools-devel -endif IN_NODEIMAGE += vsys ALL += vsys -- 2.43.0