krb5 commit: Remove unused stuff from top-level Makefile.in

Tom Yu tlyu at mit.edu
Mon Aug 8 14:18:32 EDT 2016


https://github.com/krb5/krb5/commit/ea50cc369995d429b582006c5cdd2ffa161c4255
commit ea50cc369995d429b582006c5cdd2ffa161c4255
Author: Tom Yu <tlyu at mit.edu>
Date:   Wed Jul 27 19:42:22 2016 -0400

    Remove unused stuff from top-level Makefile.in

 src/Makefile.in |   52 +---------------------------------------------------
 1 files changed, 1 insertions(+), 51 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 15b9cbb..4d8c6f1 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -35,8 +35,6 @@ HDRS =
 # Why aren't these flags showing up in Windows builds?
 ##DOS##CPPFLAGS=$(CPPFLAGS) -D_X86_=1  -DWIN32 -D_WIN32 -W3 -D_WINNT
 
-DISTFILES = $(SRCS) $(HDRS) COPYING COPYING.LIB ChangeLog Makefile.in
-
 # Lots of things will start to depend on the thread support, which
 # needs autoconf.h, but building "all" in include requires that util/et
 # have been built first.  Until we can untangle this, let's just check
@@ -88,50 +86,10 @@ install-headers-mkdirs:
 	$(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR)/gssrpc
 install-headers-prerecurse: install-headers-mkdirs
 
-# install:
-#	$(MAKE) $(MFLAGS) install.man
-
-TAGS: $(SRCS)
-	etags $(SRCS)
-
-clean-: clean-windows
+clean-:: clean-windows
 clean-unix::
 	$(RM) *.o core skiptests
 
-mostlyclean: clean
-
-# This doesn't work; if you think you need it, you should use a
-# separate build directory.
-# 
-# distclean: clean
-# 	rm -f Makefile config.status
-# 
-# realclean: distclean
-# 	rm -f TAGS
-
-dist: $(DISTFILES)
-	echo cpio-`sed -e '/version_string/!d' \
-	-e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q version.c` > .fname
-	rm -rf `cat .fname`
-	mkdir `cat .fname`
-	-ln $(DISTFILES) `cat .fname`
-	for file in $(DISTFILES); do \
-	  test -r `cat .fname`/$$file || cp -p $$file `cat .fname`; \
-	done
-	tar chzf `cat .fname`.tar.gz `cat .fname`
-	rm -rf `cat .fname` .fname
-
-GZIPPROG= gzip -9v
-PKGDIR=`pwd`/pkgdir
-pkgdir:
-	if test ! -d $(PKGDIR); then mkdir $(PKGDIR); else true; fi
-tgz-bin: pkgdir
-	rm -rf $(PKGDIR)/install cns5-bin.tgz
-	mkdir $(PKGDIR)/install
-	$(MAKE) install DESTDIR=$(PKGDIR)/install
-	(cd $(PKGDIR)/install && tar cf - usr/cygnus) | $(GZIPPROG) > cns5-bin.tgz
-	rm -rf $(PKGDIR)/install
-
 # Microsoft Windows build process...
 #
 
@@ -368,14 +326,6 @@ CLEANUP= Makefile $(ETOUT) $(HOUT) \
 	include/profile.h include/osconf.h
 
 
-kerbsrc.win: kerbsrc-is-obsolete
-
-kerbsrc-is-obsolete:
-	@echo "kerbsrc.zip is no longer supported.  It was intended to avoid"
-	@echo "needing Unix utilities on Windows, but these utilities are now"
-	@echo "available through the Utilities and SDK for UNIX-based"
-	@echo "Applications."
-
 dos-Makefile:
 	cat config/win-pre.in Makefile.in config/win-post.in | \
 		sed -e "s/^##DOS##//" -e "s/^##DOS//" > Makefile.tmp


More information about the cvs-krb5 mailing list