aboutsummaryrefslogtreecommitdiffstats
path: root/nt/makefile.w32-in
Commit message (Collapse)AuthorAgeFilesLines
* Removed the various "echo." lines from lisp\makefile.w32-in and ↵Ben Key2004-07-241-2/+2
| | | | | | | | | | | | | | | | | | | nt\makefile.w32-in. They caused mingw32-make.exe bootstrap to fail with the following error if cmd.exe was being used as the shell: "process_begin: CreateProcess((null), echo., ...) failed." I replaced the "@echo." lines in nt\makefile.w32-in with "@echo ." This writes a . to the screen but that is far more desirable than make bootstrap failing. I replaced the "echo. ..." line in lisp\makefile.w32-in with "echo ;;; ...". This writes an extra comment line to loaddefs.el. Again this is far more desirable than make bootstrap failing. NOTE: I am using cmd.exe as my shell when building Emacs with MinGW instead of the sh.exe that comes with msys because when I use sh.exe as my shell, loaddefs.el does not get properly generated and I get various auto load errors.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-3/+1
| | | | | | | | | | | | | Tweak arch tagging to make build/install-in-place less annoying Previously, autoconf-created Makefiles and the like would contain duplicate taglines (unfortunately, autoconf doesn't seem to have a `strip in generated file' comment mechanism) leading to conflicts, and installing in place would create unknown directories and copies of source directories (leading to conflicts with the source directories). This changeset makes all autoconf-processed files use explicit id-tags and adds .arch-inventory entries to ignore installation directories.
* (bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL toJuanma Barranquero2004-06-061-1/+1
| | | | | $(SHELLTYPE); this avoids calling non-existent cmdproxy.exe on boostrappings after a previous install followed by realclean.
* (info-gmake, info-nmake): New targets.Jason Rumney2004-05-031-4/+13
| | | | (info): Use them.
* Add "-*- makefile -*-" mode tag.Juanma Barranquero2004-04-231-1/+1
|
* (install): Don't try to copy ../lib-src/fns-*.el, as it isn't used anymore.Juanma Barranquero2004-03-101-1/+0
|
* (force-info, info): New targets.Jason Rumney2003-09-031-0/+15
|
* Fix some DOS line-ending inconsistencies introduced with arch-tag:Miles Bader2003-09-021-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-4/+4
|
* (maybe-bootstrap, doit, maybe-bootstrap-CMD)Jason Rumney2002-06-131-1/+22
| | | | | (maybe-bootstrap-SH): New targets. (all): Depend on maybe-bootstrap.
* (bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files.Juanma Barranquero2002-04-111-2/+5
|
* (bootstrap): Build addsection program beforeAndrew Innes2001-12-141-1/+1
| | | | bootstrap (required for post-processing temacs.exe).
* (bootstrap-nmake):Andrew Innes2001-12-031-220/+236
| | | | | | (bootstrap-gmake): Extend bootstrap process to first do bootstrap-clean in lisp dir and rebuild the DOC file. (bootstrap): Do a "normal" make after the bootstrap work.
* ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),Eli Zaretskii2001-09-041-1/+1
| | | | | since some versions of `mkdir' don't automatically create parent directories. From Bruno Grossniklaus <[email protected]>.
* (install): Copy subdirs.el to the installation directory.Eli Zaretskii2001-08-311-0/+1
|
* Add copyright notice.Andrew Innes2001-02-241-0/+2
|
* (cleanall-other-dirs-nmake):Andrew Innes2001-01-241-1/+12
| | | | | (cleanall-other-dirs-gmake): New targets. (cleanall): Invoke them.
* Use $(MAKETYPE) instead of $(SHELLTYPE) toAndrew Innes2001-01-061-19/+19
| | | | | | select correct rule for invoking make in another directory. Amend rules accordingly. (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
* (install): Copy directories to the correctAndrew Innes2000-12-171-19/+9
| | | | | places. (real_install): Remove obsolete target.
* (recompile): New target to recompile lispAndrew Innes2000-10-171-0/+10
| | | | | directory. (recompile-CMD, recompile-SH): New support targets.
* Revert to Unix line endings.Andrew Innes2000-09-141-206/+206
|
* Standardize indentation somewhat.Andrew Innes2000-09-141-46/+124
| | | | | | | | Add bootstrap support. Pass $(MFLAGS) when invoking make recursively. Add shell-specific variants of top-level targets that invoke make recursively in other directories, and add necessary computed dependencies.
* Change to DOS line endings.Andrew Innes2000-09-031-128/+128
|
* New file.Andrew Innes2000-08-241-0/+128