summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
Diffstat (limited to 'msdos')
-rw-r--r--msdos/ChangeLog49
1 files changed, 17 insertions, 32 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index ed171c68b02..f1cdf510a06 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,8 +1,10 @@
2011-02-19 Eli Zaretskii <eliz@gnu.org>
- * sed1v2.inp: Delete gl-tmp after updating globals.h
+ * depfiles.bat: New file.
- * sedlibmk.inp (gl_LIBOBJS): Add getloadavg.o.
+ * sedlibmk.inp: New file.
+
+ * sedlibcf.inp: New file.
* sedleim.inp (RUN_EMACS): Rename from RUN-EMACS.
(BUILT_EMACS): Rename from BUILT-EMACS.
@@ -11,39 +13,27 @@
(ENVADD): Adjust to MAKEINFO_OPTS.
(texinputdir): Don't edit.
- * sed2v2.inp (my_strftime): Edit to nstrftime.
-
- * sed1v2.inp (LIBOBJS): Edit to empty.
- ($(libsrc)/make-docfile): Two new edits, one each for every
- invocation of make-docfile.
- (move-if-change): Fix edit.
- Remove some unused switches from $(ALL_CFLAGS), to make the GCC
- command line shorter.
-
* sed3v2.inp (-DVERSION): Edit out.
(LOADLIBES): Don't edit to empty.
- * mainmake.v2 (lib, lib-src, src): Specify "all" as an explicit
- target.
-
- * sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Fix editing of *-clean
- rules.
- (HAVE_GETOPT_H, PRAGMA_SYSTEM_HEADER, PRAGMA_COLUMNS): Fix
- editing.
- (DEFS): Edit to -DHAVE_CONFIG_H.
- (Makefile, &&): Fix removal.
-
- * depfiles.bat: New file.
-
- * sedlibmk.inp: New file.
-
- * sedlibcf.inp: New file.
+ * sed2v2.inp: Remove workaround for the "#if ! HAVE_MKTIME ||
+ BROKEN_MKTIME" stuff -- it's no longer in src/config.in.
+ (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
+ (HAVE__BOOL): Edit to 1.
+ (VERSION, inline, restrict): Edit for DJGPP.
+ (my_strftime): Edit to nstrftime.
* sed1v2.inp (NS_OBJC_OBJ): Edit to empty.
(@true): Edit to "@rem".
(move-if-change): Edit to "update".
(echo): Edit to "djecho".
(cd $(lib) && ...): Edit to "$(MAKE) -C ...".
+ (LIBOBJS): Edit to empty.
+ ($(libsrc)/make-docfile): Two new edits, one each for every
+ invocation of make-docfile.
+ (move-if-change): Fix edit.
+ Remove some unused switches from $(ALL_CFLAGS), to make the GCC
+ command line shorter.
* mainmake.v2 (version): Remove, no longer needed (config.in
defines VERSION).
@@ -53,12 +43,7 @@
(src): Depend on lib and lib-src.
(clean, mostlyclean, distclean, maintainer-clean, extraclean)
(bootstrap-clean): Recurse into lib.
-
- * sed2v2.inp: Remove workaround for the "#if ! HAVE_MKTIME ||
- BROKEN_MKTIME" stuff -- it's no longer in src/config.in.
- (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
- (HAVE__BOOL): Edit to 1.
- (VERSION, inline, restrict): Edit for DJGPP.
+ (lib, lib-src, src): Specify "all" as an explicit target.
2011-01-08 Glenn Morris <rgm@gnu.org>