summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-09-25 20:45:20 +0000
committerTheodore Tso <tytso@mit.edu>1995-09-25 20:45:20 +0000
commitdde8e9ee820adc9fa9ac09179f478a6860944635 (patch)
tree9b3301ed1a601f0c0fab26d0dfd1819602468260 /src
parent2baf648b637daef9c1243511fa94887f071241c0 (diff)
Removed "foo:: foo-$(WHAT)" lines from the Makefile
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6855 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/Makefile.in4
-rw-r--r--src/include/krb5/ChangeLog5
-rw-r--r--src/include/krb5/Makefile.in4
-rw-r--r--src/util/ChangeLog5
-rw-r--r--src/util/Makefile.in2
-rw-r--r--src/util/berk_db/ChangeLog5
-rw-r--r--src/util/berk_db/Makefile.in4
-rw-r--r--src/util/berk_db/hash/ChangeLog5
-rw-r--r--src/util/berk_db/hash/Makefile.in2
-rw-r--r--src/util/et/ChangeLog5
-rw-r--r--src/util/et/Makefile.in4
-rw-r--r--src/util/profile/ChangeLog5
-rw-r--r--src/util/profile/Makefile.in6
-rw-r--r--src/util/pty/ChangeLog5
-rw-r--r--src/util/pty/Makefile.in6
-rw-r--r--src/util/ss/ChangeLog5
-rw-r--r--src/util/ss/Makefile.in2
18 files changed, 46 insertions, 33 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index a0f409b95..20a7868cf 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -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
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index fd4252515..73bf34524 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -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
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index ca9b6fa7b..b99dbfb39 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -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.
diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in
index 4cfe96e33..10ddcd0d7 100644
--- a/src/include/krb5/Makefile.in
+++ b/src/include/krb5/Makefile.in
@@ -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::
diff --git a/src/util/ChangeLog b/src/util/ChangeLog
index cd293426a..428f56231 100644
--- a/src/util/ChangeLog
+++ b/src/util/ChangeLog
@@ -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
diff --git a/src/util/Makefile.in b/src/util/Makefile.in
index 8601c5767..0f97db02b 100644
--- a/src/util/Makefile.in
+++ b/src/util/Makefile.in
@@ -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
diff --git a/src/util/berk_db/ChangeLog b/src/util/berk_db/ChangeLog
index 88a37ddc5..77370841f 100644
--- a/src/util/berk_db/ChangeLog
+++ b/src/util/berk_db/ChangeLog
@@ -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
diff --git a/src/util/berk_db/Makefile.in b/src/util/berk_db/Makefile.in
index 473ccc2ec..b06247f12 100644
--- a/src/util/berk_db/Makefile.in
+++ b/src/util/berk_db/Makefile.in
@@ -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
diff --git a/src/util/berk_db/hash/ChangeLog b/src/util/berk_db/hash/ChangeLog
index bb7c5626f..ece27bedc 100644
--- a/src/util/berk_db/hash/ChangeLog
+++ b/src/util/berk_db/hash/ChangeLog
@@ -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
diff --git a/src/util/berk_db/hash/Makefile.in b/src/util/berk_db/hash/Makefile.in
index 917d5cdc6..73b93e038 100644
--- a/src/util/berk_db/hash/Makefile.in
+++ b/src/util/berk_db/hash/Makefile.in
@@ -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:
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index 5e904bdd9..326ef6224 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -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,
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index 21c92aece..3445ebe44 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -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
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index dd07438ac..b25d40272 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -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
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 80da3c863..cc8c96495 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -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
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index 4f85d8801..dba1b0e60 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -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
diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in
index f277f76f3..e08a41535 100644
--- a/src/util/pty/Makefile.in
+++ b/src/util/pty/Makefile.in
@@ -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
diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog
index c9635d2e5..7c9785c4f 100644
--- a/src/util/ss/ChangeLog
+++ b/src/util/ss/ChangeLog
@@ -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.
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in
index 1368bbf26..a6331e291 100644
--- a/src/util/ss/Makefile.in
+++ b/src/util/ss/Makefile.in
@@ -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