diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-06-17 01:56:34 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-06-17 01:56:34 +0000 |
| commit | afdac6dd3ef554c23ecd34dff89c2e13588051de (patch) | |
| tree | bdf12eb18cb80438891b9d2c44ce0609a9d5a65d /src/util | |
| parent | 0290a9550dccd9c5f6ab8a85eea944e824890a4d (diff) | |
| download | krb5-afdac6dd3ef554c23ecd34dff89c2e13588051de.tar.gz krb5-afdac6dd3ef554c23ecd34dff89c2e13588051de.tar.xz krb5-afdac6dd3ef554c23ecd34dff89c2e13588051de.zip | |
Purge make targets and variables (and a few files) relating to the old,
unmaintained Mac OS 9 (and earlier) support.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16473 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/Makefile.in | 3 | ||||
| -rw-r--r-- | src/util/pty/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/pty/Makefile.in | 8 | ||||
| -rw-r--r-- | src/util/ss/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/ss/Makefile.in | 1 |
6 files changed, 13 insertions, 12 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 09722c73f9..4c747b29f2 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,8 @@ +2004-06-16 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in (MAC_SUBDIRS): Don't set. + (all-mac): Target deleted. + 2004-06-16 Tom Yu <tlyu@mit.edu> * depfix.sed: Delete /os/usr/include as well, to cope with an diff --git a/src/util/Makefile.in b/src/util/Makefile.in index ba726b5e79..8bcfda2b8d 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -18,8 +18,6 @@ MAYBE_ET_sys = MAYBE_SS_sys = MAYBE_DB_sys = -MAC_SUBDIRS = profile et - editsh = sed -e 's,@''ARADD''@,$(ARADD),g' -e 's,@''ARCHIVE''@,$(ARCHIVE),g' HOST_TYPE=@HOST_TYPE@ HAVE_GCC=@HAVE_GCC@ @@ -30,7 +28,6 @@ DL_COMPILE_TAIL=@DL_COMPILE_TAIL@ all-recurse: all-unix:: $(FAKEPREFIX)/lib -all-mac:: $(FAKEPREFIX)/lib: $(SRCTOP)/config/mkinstalldirs $(FAKEPREFIX) && ln -s `pwd`/../lib $(FAKEPREFIX) diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index bcca22493c..1610b797bd 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,7 @@ +2004-06-16 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in (clean-mac): Target deleted. + 2004-06-11 Ken Raeburn <raeburn@mit.edu> * pty-int.h (_AIX && _THREAD_SAFE): Undefine _THREAD_SAFE. diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index 0f179cfc06..81f7192e34 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -70,12 +70,6 @@ depend:: pty_err.h #install:: libpty.h # $(INSTALL_DATA) $(srcdir)/libpty.h $(DESTDIR)$(KRB5_INCDIR)/libpty.h -clean-mac:: - $(RM) libpty.a - $(RM) $(LIBOBJS) - -## - includes:: libpty.h if cmp $(srcdir)/libpty.h \ $(BUILDTOP)/include/libpty.h >/dev/null 2>&1; then :; \ @@ -94,8 +88,6 @@ clean-unix:: clean-unix:: clean-liblinks clean-libs clean-libobjs clean-files -clean-mac:: clean-files - clean-files:: rm -f *~ \#* *.bak \ *.otl *.aux *.toc *.PS *.dvi *.x9700 *.ps \ diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog index 91dccad47b..b9b79719ff 100644 --- a/src/util/ss/ChangeLog +++ b/src/util/ss/ChangeLog @@ -1,3 +1,7 @@ +2004-06-16 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in (all-mac): Target deleted. + 2004-06-04 Ken Raeburn <raeburn@mit.edu> * Makefile.in (LIBBASE): Renamed from LIB. diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in index e5588885a5..07cbab22fd 100644 --- a/src/util/ss/Makefile.in +++ b/src/util/ss/Makefile.in @@ -76,7 +76,6 @@ FILES= $(SRCS) $(MKCMDSFILES) $(HFILES) \ all-unix:: mk_cmds ct_c.awk ct_c.sed includes # libss_p.a lint all-unix:: all-liblinks -all-mac:: all-windows:: all-unix dist: archives |
