From a9ec3b321ae27c97dd48ffd2f0e9d88ef46597a3 Mon Sep 17 00:00:00 2001
From: Robert Ricci <ricci@cs.utah.edu>
Date: Wed, 16 Jul 2003 20:44:56 +0000
Subject: [PATCH] Remove the discvr directory from the build process, since we
 don't use it and don't distribute it in release tarballs.

---
 GNUmakefile.in | 4 ++--
 configure      | 1 -
 configure.in   | 1 -
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index bc34942d57..3f2e235a58 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -15,12 +15,12 @@ include Makeconf
 #   assign db lib 
 # Things that may have dependencies go next:
 #   @optional_subdirs@ (has event)
-#   discvr ipod os security sensors 
+#   ipod os security sensors 
 # Then things that only depend on stuff we've done:
 #   pxe tbsetup tmcd utils www tip capture vis
 # Then things that depend on stuff we just did:
 #
-SUBDIRS = lib db assign @optional_subdirs@ discvr ipod security sensors \
+SUBDIRS = lib db assign @optional_subdirs@ ipod security sensors \
 		pxe tbsetup account tmcd utils www tip capture ipod vis \
 		sensors os
 
diff --git a/configure b/configure
index 5720ec02b3..510ae11a1d 100755
--- a/configure
+++ b/configure
@@ -1366,7 +1366,6 @@ outfiles="$outfiles Makeconf GNUmakefile \
 	db/sitevarscheck \
 	db/grabron db/webnfree db/stategraph db/readycount \
 	db/idletimes db/idlemail db/webidlemail db/xmlconvert \
-	discvr/GNUmakefile \
 	ipod/GNUmakefile \
 	lib/GNUmakefile lib/libtb/GNUmakefile \
 	os/GNUmakefile os/split-image.sh os/imagezip/GNUmakefile \
diff --git a/configure.in b/configure.in
index 4a39082ee4..e7dfd76940 100755
--- a/configure.in
+++ b/configure.in
@@ -403,7 +403,6 @@ outfiles="$outfiles Makeconf GNUmakefile \
 	db/sitevarscheck \
 	db/grabron db/webnfree db/stategraph db/readycount \
 	db/idletimes db/idlemail db/webidlemail db/xmlconvert \
-	discvr/GNUmakefile \
 	ipod/GNUmakefile \
 	lib/GNUmakefile lib/libtb/GNUmakefile \
 	os/GNUmakefile os/split-image.sh os/imagezip/GNUmakefile \
-- 
GitLab