aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/makefile.w32-in
Commit message (Collapse)AuthorAgeFilesLines
* (custom-deps, autoloads): Fix *-hooks -> *-hook.Stefan Monnier2004-10-301-2/+2
|
* Removed the various "echo." lines from lisp\makefile.w32-in and ↵Ben Key2004-07-241-1/+1
| | | | | | | | | | | | | | | | | | | 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.
* Double percent signs in for loops.Jason Rumney2004-06-181-11/+11
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-2/+0
| | | | | | | | | | | | | 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.
* Add "-*- makefile -*-" mode tag.Juanma Barranquero2004-04-231-1/+1
|
* (WINS): Add url/ directory.Juanma Barranquero2004-04-211-2/+3
|
* (DONTCOMPILE): Add kannada.el.Kenichi Handa2003-11-081-0/+1
|
* (DONTCOMPILE, bootstrap-clean-CMD)Eli Zaretskii2003-10-041-3/+3
| | | | (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
* Revision: [email protected]/emacs--cvs-trunk--0--patch-48Miles Bader2003-09-161-5/+17
| | | | Add loaddefs.el bootstrapping to lisp/makefile.w32-in
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* (DONTCOMPILE): Add malayalam.el and tamil.el.Juanma Barranquero2003-02-111-0/+2
|
* (update-subdirs-SH): Create lisp/subdirs.el.Juanma Barranquero2003-01-271-0/+1
|
* * mh-e: Created directory. ChangeLog will appear in a week when weBill Wohler2003-01-261-0/+1
| | | | | | | | | | | | | | | | | release version 7.2. * lisp/mail/mh-alias.el, lisp/mail/mh-comp.el, lisp/mail/mh-customize.el, lisp/mail/mh-e.el, lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el, lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el, lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el, lisp/mail/mh-speed.el, lisp/mail/mh-utils.el, lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm and reply2.xpm, which were created by the MH-E package, were left in mail since they can probably be used by other mail packages. * makefile.w32-in (WINS): Added mh-e. * makefile.nt (WINS): Added mh-e.
* (loaddefs.el): Invoke make to build stub fileAndrew Innes2003-01-151-8/+39
| | | | | | | | | | | | | | using appropriate rule for build environment. (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set of autoloads and defvars, sufficient to dump bootstrap emacs. (update-subdirs-SH): Use hard-coded list of top-level lisp subdirs, because find program on Windows is not compatible with Unix find. (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'. Explicitly load loaddefs.el so that bootstrap emacs can compile properly. (bootstrap-clean): Add dependency on loaddefs.el, to ensure minimal stub sufficient for dumping bootstrap emacs is available.
* Add "no-byte-compile: t" to subdirs.el.Juanma Barranquero2002-10-011-6/+7
|
* (WINS): Add calc and obsolete.Juanma Barranquero2002-08-261-0/+2
|
* (compile-after-backup): Renamed from `compile'.Richard M. Stallman2002-08-011-5/+5
| | | | | | | Use `compile-always'. (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'. (compile): Renamed from `compile-files'. (compile-CMD, compile-SH): Renamed from `compile-files-*'.
* (update-subdirs-CMD): Generate the right list of subdirectories. FromJuanma Barranquero2002-07-311-3/+3
| | | | Tak Ota <[email protected]>.
* Revert some changes from 2002-07-23 because they don't work on MSVC/nmake ↵Juanma Barranquero2002-07-311-11/+7
| | | | builds.
* (DONTCOMPILE): Remove cus-start.el.Andrew Innes2002-07-231-18/+78
| | | | | | | | | | | | | | (DONTCOMPILE): Add various language files. (DONTCOMPILE): Remove term/xterm.el. (finder-inf.el): Remove. (update-authors): New target. (TAGS-LISP): Remove $(lispsource). (compile-always): Renamed from `compile-files'. (compile): New target, adapted from `compile-files'. (compile-calc): New target. (recompile): Change `.' to $(lisp). (bootstrap): Add update-subdirs and finder-data to dependencies; change compile-files to compile.
* (bootstrap-clean-SH): Use for loop, instead ofAndrew Innes2002-03-271-1/+2
| | | | relying on shell globbing.
* (WINS): Make sure it has a tab and not spaces.Juanma Barranquero2002-03-261-1/+1
|
* (WINS): Add the toolbar directory.Juanma Barranquero2002-03-261-1/+2
|
* (bootstrap-clean-CMD, bootstrap-clean-SH): Don'tAndrew Innes2001-11-051-2/+2
| | | | attempt to remake autoloads before nuking .elc files.
* (DONTCOMPILE): Omit sc.el.Andrew Innes2001-08-161-1/+0
|
* (DONTCOMPILE): Omit bindings.el.Andrew Innes2001-08-161-1/+0
|
* (compile-files-CMD, bootstrap-clean-CMD): UseAndrew Innes2001-05-181-3/+8
| | | | | | | . instead of absolute path for lisp dir, to avoid bug in W2K cmd.exe's handling of FOR loops. (autoloads): Set find-file-suppress-same-file-warnings to t to avoid slew of spurious messages.
* (EMACSLOADPATH): Define.Andrew Innes2001-04-181-11/+9
| | | | | | | | | (custom-deps): (autoloads): (.el.elc): (compile-files-CMD): (compile-files-SH): (recompile): Remove stuff to set EMACSLOADPATH.
* (COMPILE_FIRST): Add cc-mode.elGerd Moellmann2001-03-211-3/+8
| | | | and cc-vars.el.
* Fix copyright notice.Andrew Innes2001-02-241-3/+2
|
* (EMACS): Use $(THISDIR) to make emacs.exe pathAndrew Innes2001-02-061-1/+1
| | | | absolute.
* (DONTCOMPILE): Add various term files.Gerd Moellmann2001-01-261-0/+20
|
* (custom-deps): Set EMACSLOADPATH explicitly.Andrew Innes2001-01-061-1/+2
|
* (lisp): Set to an absolute directory, namelyAndrew Innes2000-12-061-2/+1
| | | | $(CURDIR).
* (.SUFFIXES): Add .SUFFIXES.Andrew Innes2000-11-271-0/+2
|
* (compile-files): No need to make .elc filesAndrew Innes2000-09-171-1/+1
| | | | read-only, since they aren't under VC now.
* Revert to Unix line endings.Andrew Innes2000-09-141-285/+285
|
* Add bootstrap support. Also copy lisp sourceAndrew Innes2000-09-141-19/+238
| | | | when installing.
* Change to DOS line endings.Andrew Innes2000-09-031-66/+66
|
* *** empty log message ***Andrew Innes2000-08-231-0/+66