+2011-02-26 Eli Zaretskii <eliz@gnu.org>
+
+ * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
+ depfiles.bat even if lib/deps already exist.
+
2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
* configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
Rem Rename files like djtar on plain DOS filesystem would.\r
If Exist c++defs.h update c++defs.h cxxdefs.h\r
If Exist getopt.in.h update getopt.in.h getopt.in-h\r
-If Exist stddef.in.h update stddef.in.h stddef.in-h\r
If Exist stdbool.in.h update stdbool.in.h stdbool.in-h\r
+If Exist stddef.in.h update stddef.in.h stddef.in-h\r
+If Exist stdint.in.h update stdint.in.h stdint.in-h\r
If Exist stdlib.in.h update stdlib.in.h stdlib.in-h\r
+If Exist sys_stat.in.h update sys_stat.in.h sys_stat.in-h\r
If Exist time.in.h update time.in.h time.in-h\r
If Exist unistd.in.h update unistd.in.h unistd.in-h\r
sed -f ../msdos/sedlibcf.inp < Makefile.in > makefile.tmp\r
sed -f ../msdos/sedlibmk.inp < makefile.tmp > Makefile\r
rm -f makefile.tmp\r
+Rem Create .Po files for new files in lib/\r
If Not Exist deps\stamp mkdir deps\r
-If Not Exist deps\stamp for %%f in (*.c) do @call ..\msdos\depfiles.bat %%f\r
-If Not Exist deps\stamp echo deps-stamp > deps\stamp\r
+for %%f in (*.c) do @call ..\msdos\depfiles.bat %%f\r
+echo deps-stamp > deps\stamp\r
cd ..\r
rem ----------------------------------------------------------------------\r
Echo Configuring the lisp directory...\r
+2011-02-26 Eli Zaretskii <eliz@gnu.org>
+
+ * depfiles.bat: Create a dummy .Po file only if a file by the same
+ name does not already exist in the deps/ subdirectory.
+
2011-02-19 Eli Zaretskii <eliz@gnu.org>
* depfiles.bat: New file.
\r
rem ----------------------------------------------------------------------\r
\r
-echo %1 | sed -e "s,^,@echo # dummy > deps\\," -e "s,\.c,.Po," > tdepfile.bat\r
+echo %1 | sed -e "s,\(.*\)\.c,@if not exist deps\\\1.Po echo # dummy > deps\\\1.Po," > tdepfile.bat\r
call tdepfile\r
del tdepfile.bat\r