File tree Expand file tree Collapse file tree 6 files changed +14
-4
lines changed Expand file tree Collapse file tree 6 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1+ 2006-07-14 Bruno Haible <bruno@clisp.org>
2+
3+ * lib/Makefile.in (clean): Remove also *.stackdump.
4+ * src/Makefile.in (clean): Likewise.
5+ * tests/Makefile.in (clean): Likewise.
6+
172006-07-14 Bruno Haible <bruno@clisp.org>
28
39 * src/Makefile.in (clean): Remove also iconv_no_i18n. Needed for
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ check : all
133133mostlyclean : clean
134134
135135clean : force
136- $(RM ) * .o * .lo * .a * .la preloadable_libiconv* core so_locations
136+ $(RM ) * .o * .lo * .a * .la preloadable_libiconv* core * .stackdump so_locations
137137 $(RM ) -r .libs _libs
138138
139139distclean : clean
Original file line number Diff line number Diff line change 1+ 2006-07-14 Bruno Haible <bruno@clisp.org>
2+
3+ * Makefile.in (clean): Remove also *.stackdump.
4+
152006-06-17 Bruno Haible <bruno@clisp.org>
26
37 * config.charset: Update for NetBSD 3.0.
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ check : all
129129mostlyclean : clean
130130
131131clean : force
132- $(RM ) * .o * .lo * .a * .la * .o.lock core charset.alias ref-add.sed ref-del.sed
132+ $(RM ) * .o * .lo * .a * .la * .o.lock core * .stackdump charset.alias ref-add.sed ref-del.sed
133133 $(RM ) -r .libs _libs
134134
135135distclean : clean
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ check : all
113113mostlyclean : clean
114114
115115clean : force
116- $(RM ) * .@OBJEXT@ * .lo iconv_no_i18n iconv_no_i18n$(EXEEXT ) iconv$(EXEEXT ) core
116+ $(RM ) * .@OBJEXT@ * .lo iconv_no_i18n iconv_no_i18n$(EXEEXT ) iconv$(EXEEXT ) core * .stackdump
117117 $(RM ) -r .libs _libs
118118
119119distclean : clean
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ table-to.@OBJEXT@ : $(srcdir)/table-to.c
214214mostlyclean : clean
215215
216216clean : force
217- $(RM ) * .@OBJEXT@ * .lo table-from table-from@EXEEXT@ table-to table-to@EXEEXT@ tmp-* genutf8 genutf8@EXEEXT@ UTF-8.TXT gengb18030z gengb18030z@EXEEXT@ GB18030.TXT core
217+ $(RM ) * .@OBJEXT@ * .lo table-from table-from@EXEEXT@ table-to table-to@EXEEXT@ tmp-* genutf8 genutf8@EXEEXT@ UTF-8.TXT gengb18030z gengb18030z@EXEEXT@ GB18030.TXT core * .stackdump
218218 $(RM ) -r .libs _libs
219219
220220distclean : clean
You can’t perform that action at this time.
0 commit comments