Removed "foo:: foo-$(WHAT)" lines from the Makefile
authorTheodore Tso <tytso@mit.edu>
Mon, 25 Sep 1995 20:45:20 +0000 (20:45 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 25 Sep 1995 20:45:20 +0000 (20:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6855 dc483132-0cff-0310-8789-dd5450dbe970

18 files changed:
src/include/ChangeLog
src/include/Makefile.in
src/include/krb5/ChangeLog
src/include/krb5/Makefile.in
src/util/ChangeLog
src/util/Makefile.in
src/util/berk_db/ChangeLog
src/util/berk_db/Makefile.in
src/util/berk_db/hash/ChangeLog
src/util/berk_db/hash/Makefile.in
src/util/et/ChangeLog
src/util/et/Makefile.in
src/util/profile/ChangeLog
src/util/profile/Makefile.in
src/util/pty/ChangeLog
src/util/pty/Makefile.in
src/util/ss/ChangeLog
src/util/ss/Makefile.in

index a0f409b95b92e2892069d8f9be949bfc893d5c01..20a7868cf5be5ca15fdeb1a37c0292887f55856f 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 25 16:39:21 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
+               Makefile. 
+
 Sat Sep 23 01:37:19 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * krb5.hin: Added preauth numbers for KRB5_CYBERSAFE_SECUREID and
index fd42525158ad05e69d840d35005357b05175d320..73bf345240c8901705f939edf70d5c72bf450d75 100644 (file)
@@ -1,8 +1,6 @@
 ##DOSBUILDTOP = ..
 ##DOS!include $(BUILDTOP)\config\windows.in
 
-all:: all-$(WHAT)
-
 all-unix:: krb5.h adm_err.h
 all-mac::
 
@@ -53,8 +51,6 @@ kv5m_err.h: $(SRCTOP)/lib/krb5/error_tables/kv5m_err.et
        $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=$*.h       \
                $(SRCTOP)/lib/krb5/error_tables/kv5m_err.et
 
-clean:: clean-$(WHAT)
-
 clean-unix::
        $(RM) krb5.h krb5_err.h kdb5_err.h kv5m_err.h asn1_err.h adm_err.h
 
index ca9b6fa7b380a883a82b110bc92bfc454142ba08..b99dbfb3944f576ba395c3e5dc6b9d86fee50e74 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 25 16:39:36 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
+               Makefile. 
+
 Thu Sep 20 12:00:00 1995  James Mattly  <mattly@fusion.com>
 
        * macsock.h:  Changes to support TCP streams and change password.
index 4cfe96e3362e1553d03a7e38a8bd633607831c98..10ddcd0d7ccc04a1223292c3abafd3d4e4c86b36 100644 (file)
@@ -10,8 +10,6 @@ KRB5_HEADERS = adm.h adm_proto.h kdb.h kdb_dbm.h winsock.h
 ET_HEADERS = adm_err.h asn1_err.h kdb5_err.h krb5_err.h
 BUILT_HEADERS = osconf.h
 
-all:: all-$(WHAT)
-
 all-unix:: autoconf.h $(BUILT_HEADERS)
 all-mac:: autoconf.h  $(BUILT_HEADERS)
 all-windows:
@@ -36,7 +34,7 @@ osconf.h: $(OSCONFSRC)
        @if cmp -s osconf.new osconf.h ; then :; \
        else (set -x; $(RM) osconf.h ; $(CP) osconf.new osconf.h; $(RM) osconf.new) fi
 
-clean:: clean-$(WHAT)
+clean:: 
        $(RM) osconf.new $(BUILT_HEADERS)
 
 clean-unix::
index cd293426a320ac9993278be955f46f16ebc03600..428f56231652f35294d201792465e17cd4f82f89 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 25 16:41:11 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
+               Makefile. 
+
 Thu Aug 24 18:40:48 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * .Sanitize: Update file list
index 8601c5767372c8288ff90ec010d5eef4de2ad477..0f97db02b345f6e2739064adfef5d3bbacb25c80 100644 (file)
@@ -5,8 +5,6 @@ HOST_TYPE=@HOST_TYPE@
 HAVE_GCC=@HAVE_GCC@
 SLIBSH=sed -e 's,@''CC''@,$(CC),g' -e 's,@''HOST_TYPE''@,$(HOST_TYPE),g' -e 's,@''HAVE_GCC''@,$(HAVE_GCC),g'
 
-all:: all-$(WHAT)
-
 all-unix:: libupdate makeshlib
 all-mac::
 all-windows: libupdate
index 88a37ddc56c9433cded0747e3ae728fa89255b59..77370841ff9ac95139c3b6fa3fc1b818e5435cab 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 25 16:43:28 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
+               Makefile. 
+
 Mon Sep 18 08:35:47 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * Makefile.in (check): Only build libdb.a when making the self
index 473ccc2ecaf2dbe21beec9e2baf675cf0a386d07..b06247f12305abaf66e5ae25815a494e7fd397fc 100644 (file)
@@ -12,8 +12,6 @@ SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@
 SHLIB_LIBDIRS= @SHLIB_LIBDIRS@
 STEXT=a
 
-all:: all-$(WHAT)
-
 all-unix::
 
 all-windows::
@@ -34,8 +32,6 @@ libdb.$(STEXT): hash/DONE
        $(RANLIB) $@
        touch libdb.stamp
 
-clean:: clean-$(WHAT)
-
 clean-unix::
        $(RM) libdb.$(LIBEXT) libdb_ranlib libdb.stamp
 
index bb7c5626f9edaf9d8f8ebc794542e4a741311fbb..ece27bedc9597b2bcac8c5bf5512bb77921beba4 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 25 16:43:39 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
+               Makefile. 
+
 Thu Aug 24 18:40:48 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * .Sanitize: Update file list
index 917d5cdc601d863a9b51f2ff4a00de0ae4089312..73b93e038129eebe5094302623ddb8fbeb1dc771 100644 (file)
@@ -46,8 +46,6 @@ mktemp.o:     ../PORT/clib/mktemp.c
        $(CC) $(CFLAGS) -c $(srcdir)/../PORT/clib/mktemp.c
 @SHARED_RULE@
 
-all:: all-$(WHAT)
-
 all-unix:: shared $(OBJS)
 
 shared:
index 5e904bdd97857476a09f6671619f7b99febe6e0d..326ef622492fd93ed7d25735adfb327a3d3983bf 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 25 16:41:50 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
+               Makefile. 
+
 Wed Sep 20 12:00:00 1995       James Mattly <mattly@fusion.com>
 
        * com_err.c:  Mac UI improvements, added a hilite arround the default button,
index 21c92aece41f3ee0053cb4368f5e8999de233fbb..3445ebe447f12c86334fd8f62adde5a5745cc2f5 100644 (file)
@@ -37,8 +37,6 @@ SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@
 SHLIB_LIBDIRS= @SHLIB_LIBDIRS@
 STEXT=@STEXT@
 
-all:: all-$(WHAT)
-
 all-windows: com_err.obj error_message.obj et_name.obj
        copy com_err.h $(BUILDTOP)\include
 
@@ -82,8 +80,6 @@ et_c.awk: $(srcdir)/et_c.awk
 et_h.awk: $(srcdir)/et_h.awk
        $(CP) $(srcdir)/et_h.awk et_h.awk
 
-clean:: clean-$(WHAT)
-
 clean-unix::
        $(RM) compile_et compile_et.o error_table.o 
 clean-mac:: clean-unix
index dd07438acc1d3581d3907f074bacb90a04201c50..b25d402720d5ce849f0acbd5b7c3c5ef4cca3b7f 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 25 16:42:13 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
+               Makefile. 
+
 Fri Sep 22 19:51:44 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * prof_int.h: added SIZEOF defines for the PC, and added missing
index 80da3c863e22f696f9f9592d8266221ae1c7dee4..cc8c964957065b2a107ef90d1ae3ccc2c5933d1e 100644 (file)
@@ -26,8 +26,6 @@ LIBS = ../et/libcom_err.$(LIBEXT)
 
 install::
 
-all:: all-$(WHAT)
-
 all-max:: all-unix
 all-unix:: shared includes libprofile.a test_parse test_profile
 
@@ -71,8 +69,6 @@ prof_err.o: prof_err.c
        $(CC) $(CFLAGS) -c prof_err.c
 @SHARED_RULE_LOCAL@
 
-clean:: clean-$(WHAT)
-
 clean-mac:: clean-unix
 clean-unix::
        rm -f $(PROGS) *.o *~ test_parse core libprofile.a prof_err.h \
@@ -81,8 +77,6 @@ clean-unix::
 clean-windows::
        $(RM) profile.lib profile.bak test_parse.exe test_profile.exe
 
-check:: check-$(WHAT)
-
 check-mac::
 check-unix::
 check-windows:: test_profile.exe test_parse.exe
index 4f85d8801beb7a3c1afd6bbc94673a57952bc9e9..dba1b0e607ddfd6411eb6df94f703362a88f1034 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 25 16:42:36 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
+               Makefile. 
+
 Thu Aug 24 18:40:48 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * .Sanitize: Update file list
index f277f76f3884e1fee7d0f0c462c72d9009d3b4c6..e08a4153500ae395233e2129bc81ef7377685dce 100644 (file)
@@ -27,15 +27,9 @@ SRCS=pty_err.h $(CFILES)
 
 DEPLIBS=
 
-all:: all-$(WHAT)
-
 #
 all-unix:: includes pty_err.h libpty.a $(TOPLIBD)/libpty.a
 
-
-
-clean:: clean-$(WHAT)
-
 clean-unix::
        $(RM) libpty.a $(BUILDTOP)/include/libpty.h pty_err.c pty_err.h
 
index c9635d2e55e511f812da5f5a6074f88c52eb9727..7c9785c4fb9350d4887bfb8cd6989c2ebd51f290 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 25 16:42:57 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
+               Makefile. 
+
 Thu Aug 24 18:19:54 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * .Sanitize: Updated to reflect ct_c.* to ct_c.*.in filename changes.
index 1368bbf26fc0d8277ab98cf6e9d23be8e04134fb..a6331e291f80acf24f4e08904ad26650dee22568 100644 (file)
@@ -63,8 +63,6 @@ FILES=        $(SRCS) $(MKCMDSFILES) $(HFILES) \
 # stuff to build
 #
 
-all:: all-$(WHAT)
-
 all-unix::     mk_cmds ct_c.awk ct_c.sed libss.a includes # libss_p.a lint
 all-mac::
 all-windows::  all-unix