From: Mark Huang Date: Tue, 20 Jul 2004 14:26:16 +0000 (+0000) Subject: add watchdog X-Git-Tag: plkmod-cpu-shares-branch-point~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9851a10ac838b751b441ac32e473e7449cb199c1;p=build.git add watchdog --- diff --git a/Makefile b/Makefile index 6746aeaf..5eefc094 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.32 2004/05/19 12:35:11 alk-pl_rpm Exp $ +# $Id: Makefile,v 1.33 2004/06/03 18:23:43 mlh-pl_rpm Exp $ # # Default target @@ -434,6 +434,17 @@ net-tools-MODULE := net-tools net-tools-SPEC := net-tools/RPM/net-tools.spec ALL += net-tools +# +# watchdog +# + +watchdog-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +watchdog-INITIAL := watchdog-5_2 +watchdog-TAG := HEAD +watchdog-MODULE := watchdog +watchdog-SPEC := watchdog/watchdog.spec +ALL += watchdog + ifeq ($(findstring $(package),$(ALL)),) # Build all packages