From b2f097ad38e3216946dcc45f749198d337fc117e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 2 Feb 2004 14:48:40 +0000 Subject: remove some unused stuff metze (This used to be commit d634a78faef8f59266f253bac76585ec79ff1b54) --- source4/Makefile.in | 55 ++-------------------------------------------- source4/configure.in | 2 +- source4/include/stamp-h.in | 1 - 3 files changed, 3 insertions(+), 55 deletions(-) delete mode 100644 source4/include/stamp-h.in diff --git a/source4/Makefile.in b/source4/Makefile.in index 66c2134171..06e89be16d 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -519,13 +519,11 @@ proto_test: .PHONY: headers proto realclean: clean delheaders - -rm -f config.log $(BIN_PROGS) $(MODULES) $(SBIN_PROGS) bin/.dummy + -rm -f config.log bin/.dummy distclean: realclean - -rm -f include/stamp-h -rm -f include/config.h Makefile - -rm -f config.status config.cache so_locations - -rm -rf .deps + -rm -f config.status config.cache realdistclean: distclean -rm -f include/config.h.in @@ -541,52 +539,3 @@ config.status: $(srcdir)/configure Makefile: $(srcdir)/Makefile.in config.status @echo "WARNING: you need to run ./config.status" - - -#Some Maintainer stuff - -etags: - etags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/` - -ctags: - ctags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/` - -# this target is really just for my use. It only works on a limited -# range of machines and is used to produce a list of potentially -# dead (ie. unused) functions in the code. (tridge) -finddead: - nm */*.o |grep 'U ' | $(AWK) '{print $$2}' | sort -u > nmused.txt - nm */*.o |grep 'T ' | $(AWK) '{print $$3}' | sort -u > nmfns.txt - comm -13 nmused.txt nmfns.txt - - -test_prefix=/tmp/test-samba -# Run regression suite using the external "satyr" framework -check: - @echo "** Sorry, samba self-test without installation does not work " - @echo "** yet. Please try specifying a scratch directory to" - @echo "** ./configure --prefix DIR" - @echo "** then run \"make install installcheck\"" - exit 1 - -# -rm -rf $(test_prefix)/lib -# mkdir $(test_prefix)/lib -p ./testdir -# PATH=$(builddir)/bin:$(PATH) \ -# SATYR_SUITEDIR=../testsuite/build_farm/ prefix=$(test_prefix) \ -# testdir=./testdir $(SHELL) satyr - -# Run regression suite on the installed version. - -# `installcheck' -# Perform installation tests (if any). The user must build and -# install the program before running the tests. You should not -# assume that `$(BINDIR)' is in the search path. - -dangerous-installcheck: - mkdir -p $(BASEDIR)/lib - mkdir -p $(BASEDIR)/var - PATH=$(BINDIR):$(SBINDIR):$(PATH) \ - SATYR_DISCOURAGE=1 \ - SATYR_SUITEDIR=../testsuite/satyr/ prefix=$(BASEDIR) \ - LIBSMB_PROG=$(SBINDIR)/smbd \ - testdir=./testdir $(SHELL) satyr diff --git a/source4/configure.in b/source4/configure.in index 12998b1727..94c3ba4e82 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -2018,4 +2018,4 @@ dnl Remove -I/usr/include/? from CFLAGS and CPPFLAGS CFLAGS_REMOVE_USR_INCLUDE(CFLAGS) CFLAGS_REMOVE_USR_INCLUDE(CPPFLAGS) -AC_OUTPUT(include/stamp-h Makefile) +AC_OUTPUT(Makefile) diff --git a/source4/include/stamp-h.in b/source4/include/stamp-h.in deleted file mode 100644 index c9061b3ad3..0000000000 --- a/source4/include/stamp-h.in +++ /dev/null @@ -1 +0,0 @@ -Sun Jul 18 20:32:29 UTC 1999 -- cgit