File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 215215/libcharset /build-aux /config.guess
216216/libcharset /build-aux /config.sub
217217
218+ # ---------- "make -f Makefile.devel totally-clean" gets you here ----------
219+
218220# Files generated by the autotools:
219221# Built by Makefile.devel.
220222/aclocal.m4
Original file line number Diff line number Diff line change 1+ 2016-12-29 Bruno Haible <bruno@clisp.org>
2+
3+ Make Makefile.devel consistent with .gitignore.
4+ * Makefile.devel (srclib/Makefile.in): Depend on aclocal.m4.
5+ (totally-clean): Remove also aclocal.m4.
6+
172016-12-25 Bruno Haible <bruno@clisp.org>
28
39 Tweak autogen.sh.
4- * autogen.sh: Emit a "done" diagnostic when autogen.sh completed successfully.
10+ * autogen.sh: Emit a "done" diagnostic when autogen.sh completed
11+ successfully.
512
6132016-12-25 Bruno Haible <bruno@clisp.org>
714
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ srclib/Makefile.gnulib :
7171 --import $(GNULIB_MODULES ) ; \
7272 fi
7373
74- srclib/Makefile.in : srclib/Makefile.am srclib/Makefile.gnulib
74+ srclib/Makefile.in : srclib/Makefile.am srclib/Makefile.gnulib aclocal.m4
7575 if test -n " $$ GNULIB_TOOL" ; then \
7676 $$ GNULIB_TOOL --copy-file build-aux/ar-lib; \
7777 $$ GNULIB_TOOL --copy-file build-aux/compile; \
@@ -226,7 +226,7 @@ gnulib-clean : force
226226
227227totally-clean : force
228228 rm -f srclib/Makefile.in
229- rm -f $(CONFIGURES ) config.h.in include/iconv.h.build.in
229+ rm -f aclocal.m4 $(CONFIGURES ) config.h.in include/iconv.h.build.in
230230 rm -f lib/aliases.gperf lib/aliases_sysaix.gperf lib/aliases_syshpux.gperf lib/aliases_sysosf1.gperf lib/aliases_syssolaris.gperf
231231 rm -f lib/aliases.h lib/aliases_sysaix.h lib/aliases_syshpux.h lib/aliases_sysosf1.h lib/aliases_syssolaris.h
232232 rm -f lib/aliases_aix.h lib/aliases_aix_sysaix.h
You can’t perform that action at this time.
0 commit comments