X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile;h=11c6a7545bf42be89e01cc97505fd9471e448b1d;hb=448e18f357919baac6987bed3fd1160d05acbaca;hp=028ee0bea18071bd44ae2b8d43de71ce7023ca7e;hpb=5283adbfb54a57111de8377bc1334f4ec95cb37d;p=freeradius.git diff --git a/Makefile b/Makefile index 028ee0b..11c6a75 100644 --- a/Makefile +++ b/Makefile @@ -21,13 +21,9 @@ export DESTDIR := $(R) # And over-ride all of the other magic. include scripts/boiler.mk -# These are not yet converted to the new system -SUBDIRS = $(wildcard raddb) - .PHONY: test test: @$(MAKE) -C raddb/certs - @$(MAKE) -C src/tests tests # # The $(R) is a magic variable not defined anywhere in this source. @@ -56,10 +52,6 @@ install.bindir: install.sbindir: @[ -d $(R)$(sbindir) ] || $(INSTALL) -d -m 755 $(R)$(sbindir) -.PHONY: install.raddbdir -install.raddbdir: - @[ -d $(R)$(raddbdir) ] || $(INSTALL) -d -m 755 $(R)$(raddbdir) - .PHONY: install.dirs install.dirs: install.bindir install.sbindir @$(INSTALL) -d -m 755 $(R)$(mandir) @@ -85,9 +77,6 @@ $(R)$(mandir)/%: man/% install: install.dirs install.share install.man -install: - @$(MAKE) $(MFLAGS) WHAT_TO_MAKE=$@ common - ifneq ($(RADMIN),) ifneq ($(RGROUP),) .PHONY: install-chown @@ -109,20 +98,6 @@ install-chown: endif endif -.PHONY: common $(SUBDIRS) - -# -# We need to convert these directories to boilermake! -# -all: - @$(MAKE) $(MFLAGS) WHAT_TO_MAKE=$@ common - -common: $(SUBDIRS) - -$(SUBDIRS): - @echo "Making $(WHAT_TO_MAKE) in $@..." - @$(MAKE) $(MFLAGS) -C $@ $(WHAT_TO_MAKE) - distclean: clean @rm -f config.cache config.log config.status libtool \ src/include/radpaths.h src/include/stamp-h \