Skip to content
Snippets Groups Projects
Commit d439b3a1 authored by Timothy Stack's avatar Timothy Stack
Browse files

Integrate the auto nice daemon into the build.

parent 636aaa2b
No related branches found
No related tags found
No related merge requests found
......@@ -1478,7 +1478,8 @@ outfiles="$outfiles Makeconf GNUmakefile \
security/GNUmakefile security/lastlog_daemon \
sensors/GNUmakefile sensors/slothd/GNUmakefile \
sensors/slothd/sdisrunning sensors/slothd/sddeploy \
sensors/canaryd/GNUmakefile \
sensors/canaryd/GNUmakefile sensors/and/GNUmakefile \
sensors/and/and-emulab.conf \
account/GNUmakefile account/tbacct account/webtbacct \
account/addpubkey account/webaddpubkey \
account/addsfskey account/webaddsfskey \
......
......@@ -517,7 +517,8 @@ outfiles="$outfiles Makeconf GNUmakefile \
security/GNUmakefile security/lastlog_daemon \
sensors/GNUmakefile sensors/slothd/GNUmakefile \
sensors/slothd/sdisrunning sensors/slothd/sddeploy \
sensors/canaryd/GNUmakefile \
sensors/canaryd/GNUmakefile sensors/and/GNUmakefile \
sensors/and/and-emulab.conf \
account/GNUmakefile account/tbacct account/webtbacct \
account/addpubkey account/webaddpubkey \
account/addsfskey account/webaddsfskey \
......
......@@ -8,7 +8,7 @@ SUBDIR = sensors
include $(OBJDIR)/Makeconf
SUBDIRS = slothd
SUBDIRS = slothd and
SYSTEM := $(shell uname -s)
......@@ -58,6 +58,13 @@ $(TARGETS):
.PHONY: $(SUBDIRS)
$(SUBDIRS): %: %.all
#
# Rules to regen configure written files.
#
%: %.in
@echo "Regenerating $@"
cd $(OBJDIR) && CONFIG_FILES=$(SUBDIR)/$@ ./config.status
###############################################################################
## Any extra actions can be defined here, e.g.:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment