[27041] in CVS-changelog-for-Kerberos-V5
krb5 commit: Remove some dead Makefile code
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Tue Sep 25 11:02:37 2012
Date: Tue, 25 Sep 2012 10:57:24 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201209251457.q8PEvOUZ031288@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/f85652af868e64811f2b32b815d4198e7f9017f6
commit f85652af868e64811f2b32b815d4198e7f9017f6
Author: Ben Kaduk <kaduk@mit.edu>
Date: Fri Sep 21 13:33:01 2012 -0400
Remove some dead Makefile code
FILES is unused in util/{ss,et}/Makefile.in; some other unused
variables were nearby.
src/util/et/Makefile.in | 10 ----------
src/util/ss/Makefile.in | 20 --------------------
2 files changed, 0 insertions(+), 30 deletions(-)
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index 8a5648c..4c68b60 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -33,16 +33,6 @@ LIBOBJS=$(OUTPRE)com_err.$(OBJEXT) \
# for et_lex.lex.c include in error_table.y
LOCALINCLUDES=-I. -I$(srcdir)
-FILES= Makefile et_name.c error_message.c compile_et.c \
- et_lex.lex.l error_table.y init_et.c \
- com_err.c com_err.h \
- error_table.h mit-sipb-copyright.h \
- test_et.c test1.et test2.et \
- t_com_err.c et1.et et2.et \
- compiler.h internal.h \
- com_err.texinfo texinfo.tex
-#SRCS= compile_et.c error_table.c error_message.c et_name.c \
-# init_et.c com_err.c
SRCS= $(srcdir)/error_message.c \
$(srcdir)/et_name.c \
$(srcdir)/com_err.c
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in
index 48f0229..07b36cb 100644
--- a/src/util/ss/Makefile.in
+++ b/src/util/ss/Makefile.in
@@ -52,28 +52,8 @@ depend-dependencies: ss_err.h includes
std_rqs.o: std_rqs.c ss_err.h
-CODE= $(SRCS) $(MKCMDSFILES)
-
MKCMDSOBJS= mk_cmds.o utils.o options.o ct.tab.o cmd_tbl.lex.o
-MKCMDSFILES= mk_cmds.c utils.c options.c ct.y cmd_tbl.lex.l
-
-MKCMDSCSRCS= mk_cmds.c utils.c options.c ct.tab.c cmd_tbl.lex.c
-
-
-HFILES= ss.h mit-sipb-copyright.h
-BUILT_HFILES = ss_err.h
-
-# for 'tags' and dependencies
-
-CFILES= $(SRCS) $(MKCMDSCSRCS) test_ss.c
-
-# for building archives
-
-FILES= $(SRCS) $(MKCMDSFILES) $(HFILES) \
- ss_err.et std_rqs.ct Makefile \
- test_ss.c ss mit-sipb-copyright.h copyright.h
-
#
# stuff to build
#
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5