From: Theodore Ts'o Date: Wed, 20 Aug 2003 16:54:31 +0000 (-0400) Subject: Makefile.in: Delete com_err.info on a make clean X-Git-Tag: E2FSPROGS-1_35-WIP-0821~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51bc0845170307bc4617f18761d8c670931f7606;p=thirdparty%2Fe2fsprogs.git Makefile.in: Delete com_err.info on a make clean testcases: Update to reflect fixed prototype for initialize_xxx_err_table_r. --- diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog index e3d53bdbe..7b4a8ba55 100644 --- a/lib/et/ChangeLog +++ b/lib/et/ChangeLog @@ -1,3 +1,10 @@ +2003-08-20 Theodore Ts'o + + * Makefile.in: Delete com_err.info on a make clean + + * testcases: Update to reflect fixed prototype for + initialize_xxx_err_table_r. + 2003-08-19 Theodore Ts'o * et_h.awk: Fix wrong prototype for initialize_xxx_err_table_r. diff --git a/lib/et/Makefile.in b/lib/et/Makefile.in index 5b2aa7840..0b3b2ad95 100644 --- a/lib/et/Makefile.in +++ b/lib/et/Makefile.in @@ -119,10 +119,11 @@ check:: compile_et done clean:: - $(RM) -f compile_et libcom_err.a libcom_err_p.a + $(RM) -f compile_et libcom_err.a libcom_err_p.a com_err.info $(RM) -f $(OBJS) profiled/* $(RM) -f *~ \#* *.bak *.otl *.aux *.toc *.PS *.dvi *.ps TAGS *.ln $(RM) -f ../libcom_err.a ../libcom_err_p.a + mostlyclean:: clean distclean:: clean $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old diff --git a/lib/et/test_cases/continuation.h b/lib/et/test_cases/continuation.h index cea411791..9cfe60239 100644 --- a/lib/et/test_cases/continuation.h +++ b/lib/et/test_cases/continuation.h @@ -10,7 +10,7 @@ extern const struct error_table et_ovk_error_table; extern void initialize_ovk_error_table(void); /* For compatibility with Heimdal */ -extern void initialize_ovk_error_table_r(void); +extern void initialize_ovk_error_table_r(struct et_list **list); #define ERROR_TABLE_BASE_ovk (43787520L) diff --git a/lib/et/test_cases/heimdal3.h b/lib/et/test_cases/heimdal3.h index d8a17c532..91d2cb9d3 100644 --- a/lib/et/test_cases/heimdal3.h +++ b/lib/et/test_cases/heimdal3.h @@ -11,7 +11,7 @@ extern const struct error_table et_h3test_error_table; extern void initialize_h3test_error_table(void); /* For compatibility with Heimdal */ -extern void initialize_h3test_error_table_r(void); +extern void initialize_h3test_error_table_r(struct et_list **list); #define ERROR_TABLE_BASE_h3test (43787520L) diff --git a/lib/et/test_cases/heimdall.h b/lib/et/test_cases/heimdall.h index d54218879..245f5c6fc 100644 --- a/lib/et/test_cases/heimdall.h +++ b/lib/et/test_cases/heimdall.h @@ -55,7 +55,7 @@ extern const struct error_table et_krb_error_table; extern void initialize_krb_error_table(void); /* For compatibility with Heimdal */ -extern void initialize_krb_error_table_r(void); +extern void initialize_krb_error_table_r(struct et_list **list); #define ERROR_TABLE_BASE_krb (39525376L) diff --git a/lib/et/test_cases/heimdall2.h b/lib/et/test_cases/heimdall2.h index 05510aa69..5faa580a9 100644 --- a/lib/et/test_cases/heimdall2.h +++ b/lib/et/test_cases/heimdall2.h @@ -49,7 +49,7 @@ extern const struct error_table et_kadm_error_table; extern void initialize_kadm_error_table(void); /* For compatibility with Heimdal */ -extern void initialize_kadm_error_table_r(void); +extern void initialize_kadm_error_table_r(struct et_list **list); #define ERROR_TABLE_BASE_kadm (-1783126272L) diff --git a/lib/et/test_cases/simple.h b/lib/et/test_cases/simple.h index 8cd14cb0d..e7800b754 100644 --- a/lib/et/test_cases/simple.h +++ b/lib/et/test_cases/simple.h @@ -31,7 +31,7 @@ extern const struct error_table et_krb_error_table; extern void initialize_krb_error_table(void); /* For compatibility with Heimdal */ -extern void initialize_krb_error_table_r(void); +extern void initialize_krb_error_table_r(struct et_list **list); #define ERROR_TABLE_BASE_krb (39525376L)