From 03d3d008822976fc820a9a36a9989b26b85a1ebd Mon Sep 17 00:00:00 2001 From: William Joye Date: Mon, 25 Sep 2017 16:38:03 -0400 Subject: rm checkdns from build --- ds9/macos/Makefile.in | 2 -- ds9/macos/ds9.C | 6 ------ ds9/unix/Makefile.in | 2 -- ds9/unix/ds9.C | 6 ------ ds9/win/ds9.C | 6 ------ make.include | 14 ++------------ 6 files changed, 2 insertions(+), 34 deletions(-) diff --git a/ds9/macos/Makefile.in b/ds9/macos/Makefile.in index 20c06c4..c13473d 100644 --- a/ds9/macos/Makefile.in +++ b/ds9/macos/Makefile.in @@ -30,7 +30,6 @@ tkimgpng_LIB_SPEC= @tkimgpng_LIB_SPEC@ tkimgtiff_LIB_SPEC= @tkimgtiff_LIB_SPEC@ tkimgwindow_LIB_SPEC= @tkimgwindow_LIB_SPEC@ -tclcheckdns_LIB_SPEC= @tclcheckdns_LIB_SPEC@ tcliis_LIB_SPEC = @tcliis_LIB_SPEC@ tclsignal_LIB_SPEC= @tclsignal_LIB_SPEC@ tclxml_LIB_SPEC = @tclxml_LIB_SPEC@ @@ -91,7 +90,6 @@ SPECS = \ $(pngtcl_LIB_SPEC) \ $(tifftcl_LIB_SPEC) \ $(zlibtcl_LIB_SPEC) \ - $(tclcheckdns_LIB_SPEC) \ $(tcliis_LIB_SPEC) \ $(tclsignal_LIB_SPEC) \ $(tclxml_LIB_SPEC) \ diff --git a/ds9/macos/ds9.C b/ds9/macos/ds9.C index 092d336..1d441ac 100644 --- a/ds9/macos/ds9.C +++ b/ds9/macos/ds9.C @@ -117,12 +117,6 @@ int SAOAppInit(Tcl_Interp *interp) Tcl_StaticPackage (interp, "Tktable", Tktable_Init, (Tcl_PackageInitProc*)NULL); - // Tclcheckdns - if (Tclcheckdns_Init(interp) == TCL_ERROR) - return TCL_ERROR; - Tcl_StaticPackage (interp, "tclcheckdns", Tclcheckdns_Init, - (Tcl_PackageInitProc*)NULL); - // Tls if (Tls_Init(interp) == TCL_ERROR) return TCL_ERROR; diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in index 278a857..6210712 100644 --- a/ds9/unix/Makefile.in +++ b/ds9/unix/Makefile.in @@ -30,7 +30,6 @@ tkimgpng_LIB_SPEC= @tkimgpng_LIB_SPEC@ tkimgtiff_LIB_SPEC= @tkimgtiff_LIB_SPEC@ tkimgwindow_LIB_SPEC= @tkimgwindow_LIB_SPEC@ -tclcheckdns_LIB_SPEC= @tclcheckdns_LIB_SPEC@ tcliis_LIB_SPEC = @tcliis_LIB_SPEC@ tclsignal_LIB_SPEC= @tclsignal_LIB_SPEC@ tclxml_LIB_SPEC = @tclxml_LIB_SPEC@ @@ -86,7 +85,6 @@ SPECS = \ $(pngtcl_LIB_SPEC) \ $(tifftcl_LIB_SPEC) \ $(zlibtcl_LIB_SPEC) \ - $(tclcheckdns_LIB_SPEC) \ $(tcliis_LIB_SPEC) \ $(tclsignal_LIB_SPEC) \ $(tclxml_LIB_SPEC) \ diff --git a/ds9/unix/ds9.C b/ds9/unix/ds9.C index 12ebb02..ad5b008 100644 --- a/ds9/unix/ds9.C +++ b/ds9/unix/ds9.C @@ -138,12 +138,6 @@ int SAOAppInit(Tcl_Interp *interp) Tcl_StaticPackage (interp, "Tktable", Tktable_Init, (Tcl_PackageInitProc*)NULL); - // Tclcheckdns - if (Tclcheckdns_Init(interp) == TCL_ERROR) - return TCL_ERROR; - Tcl_StaticPackage (interp, "tclcheckdns", Tclcheckdns_Init, - (Tcl_PackageInitProc*)NULL); - // Tls if (Tls_Init(interp) == TCL_ERROR) return TCL_ERROR; diff --git a/ds9/win/ds9.C b/ds9/win/ds9.C index 0b50f7f..dbff388 100644 --- a/ds9/win/ds9.C +++ b/ds9/win/ds9.C @@ -133,12 +133,6 @@ int SAOAppInit(Tcl_Interp *interp) Tcl_StaticPackage (interp, "Tktable", Tktable_Init, (Tcl_PackageInitProc*)NULL); - // Tclcheckdns - // if (Tclcheckdns_Init(interp) == TCL_ERROR) - // return TCL_ERROR; - // Tcl_StaticPackage (interp, "tclcheckdns", Tclcheckdns_Init, - // (Tcl_PackageInitProc*)NULL); - // Tls if (Tls_Init(interp) == TCL_ERROR) return TCL_ERROR; diff --git a/make.include b/make.include index 1d419da..708c57d 100644 --- a/make.include +++ b/make.include @@ -462,11 +462,6 @@ localclean : @echo "*** $@ ***" -rm -f core *~ *# -tclcheckdnsclean : - @echo "" - @echo "*** $@ ***" - $(MAKE) -C tclcheckdns clean - tcliisclean : @echo "" @echo "*** $@ ***" @@ -545,7 +540,7 @@ xpaclean : #-------------------------- distclean .PHONY : dirsdistclean ds9distclean localdistclean -.PHONY : tclcheckdnsdistclean tcliisdistclean tclsignaldistclean +.PHONY : tcliisdistclean tclsignaldistclean .PHONY : tclxmldistclean tclzvfsdistclean tlsdistclean .PHONY : tkbltdistclean tkcondistclean tkhtml1distclean .PHONY : tkimgdistclean tkmpegdistclean @@ -553,7 +548,7 @@ xpaclean : .PHONY : tktabledistclean xpadistclean distclean : tcldistclean tkdistclean \ - tclcheckdnsdistclean tcliisdistclean tclsignaldistclean \ + tcliisdistclean tclsignaldistclean \ tclzvfsdistclean tlsdistclean tclxmldistclean xpadistclean \ tkbltdistclean tktabledistclean tkcondistclean tkimgdistclean \ tkmpegdistclean tkhtml1distclean \ @@ -576,11 +571,6 @@ localdistclean : -rm -f core *~ *# -rm -f config.log config.status config.cache Makefile -tclcheckdnsdistclean : - @echo "" - @echo "*** $@ ***" - $(MAKE) -C tclcheckdns distclean - tcliisdistclean : @echo "" @echo "*** $@ ***" -- cgit v0.12