comparison src/ChangeLog @ 1330:4542b72c005e

[xemacs-hg @ 2003-03-01 07:25:26 by ben] build patch Makefile.in.in: Move src deletions to src/Makefile.in.in. dump-paths.el, dumped-lisp.el: Delete. Combine stuff into setup-paths.el. find-paths.el: Removed. Make this file contain generic routines only. Move stuff to compute Emacs roots to setup-paths.el. startup.el: Removed. Move these variables into setup-paths.el. setup-paths.el, startup.el: Removed. Combine all high-level code for computing the paths into setup-paths.el. Create new function startup-find-load-path to encapsulate all logic for computing `load-path'. Eliminate invocation-directory and invocation-name parameters since there is no point (false generality) -- the code references other globals, which cannot be specified. Eliminate some code duplicated between setup-paths.el and startup.el. Clean up the debug-paths code and output load-path in addition. Add logic to paths-emacs-root-p to support separated source and build trees. loadup.el, make-docfile.el, update-elc-2.el, update-elc.el: Rewrite to allow for separated source and build trees, as may occur in MS Windows. NOTE TO BUILD HACKERS: loadup.el, make-docfile.el, update-elc.el and update-elc-2.el made two assumptions that are no longer correct: (1) The source and build trees are in the same place. (2) They can make assumptions about where `.' is. These files now compute the locations of the source and build roots at the top of the file. *ALL* constant file names or path snippets must now be made absolute using expand-file-name and one of these roots. dumped-lisp.el, packages.el: Removed. Remove some unused lists of Lisp files. packages-hardcoded-lisp (empty, in any case) moved to dumped-lisp.el. startup.el: When a compiled init file is out-of-date wrt the uncompiled version, load the uncompiled version and issue a nasty warning. update-elc-2.el: Force touching of auto-autoloads files when REBUILD_AUTOLOADS was set. update-elc.el: Fix code that checks whether dumping is necessary to check against xemacs.dmp, not xemacs.exe, when Unix and pdump. lwlib-Xm.c: Fix compile warning. README, config.inc.samp, xemacs.mak: -- Major reorganization and cleanup. -- Add support for separated build tree and source tree. -- Delete all support for X Windows building, since it's totally bit-rotten and will never be fixed up. Instruct people to use Cygwin if they want such support. make-build-dir: New script to create a skeleton build tree for use with separated build and source tree compilation. m/acorn.h, m/alliant-2800.h, m/alliant.h, m/altos.h, m/amdahl.h, m/arm.h, m/att3b.h, m/aviion.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h, m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/ews4800r.h, m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h, m/intel386.h, m/iris4d.h, m/iris5d.h, m/iris6d.h, m/irist.h, m/m68k.h, m/masscomp.h, m/mg1.h, m/mips-nec.h, m/mips-siemens.h, m/mips.h, m/nh3000.h, m/nh4000.h, m/ns32000.h, m/plexus.h, m/powerpc.h, m/sequent-ptx.h, m/sequent.h, m/sgi-challenge.h, m/stride.h, m/tad68k.h, m/targon31.h, m/tekxd88.h, m/template.h, m/tower32.h, m/tower32v3.h, m/ustation.h, m/wicat.h, m/xps100.h, data.c, doc.c, editfns.c, emacs.c, lrecord.h, ntheap.c, process-unix.c, sysdep.c, unexec.c: Delete all support for bit-rotten CANNOT_DUMP. Just use pdump. Makefile.in.in: Lots o' cleanup. Use names like LISP, SRC instead of lispdir, srcdir, for consistency with xemacs.mak and the conventions in the rest of the file. Eliminate use of ${...} in favor of $(...), to make it easier to move code between this file and xemacs.mak. Fix dependency handling wrt NEEDTODUMP to eliminate problems some people (e.g. Vin) have been seeing with non-GNU makes. Write a long section about the subtle but oh-so-important differences in dependency processing between nmake, make, and GNU make. Add unicode-encapsulate target, from xemacs.mak. chartab.c, lrecord.h: Fix crash due to attempt to free objects across dump/undump.
author ben
date Sat, 01 Mar 2003 07:25:56 +0000
parents 70841e88fbee
children 1b0339b048ce
comparison
equal deleted inserted replaced
1329:389741884c65 1330:4542b72c005e
1 2003-02-28 Ben Wing <ben@xemacs.org>
2
3 * m/acorn.h:
4 * m/alliant-2800.h (UNEXEC):
5 * m/alliant.h:
6 * m/altos.h (TERMCAP):
7 * m/amdahl.h:
8 * m/arm.h:
9 * m/att3b.h:
10 * m/aviion.h:
11 * m/clipper.h:
12 * m/cnvrgnt.h:
13 * m/convex.h:
14 * m/cydra5.h:
15 * m/delta.h:
16 * m/delta88k.h:
17 * m/dpx2.h:
18 * m/elxsi.h:
19 * m/ews4800r.h:
20 * m/gould.h:
21 * m/hp800.h:
22 * m/hp9000s300.h:
23 * m/i860.h:
24 * m/ibmps2-aix.h:
25 * m/ibmrs6000.h:
26 * m/ibmrt-aix.h:
27 * m/ibmrt.h:
28 * m/intel386.h:
29 * m/iris4d.h:
30 * m/iris5d.h:
31 * m/iris6d.h:
32 * m/irist.h:
33 * m/m68k.h:
34 * m/masscomp.h:
35 * m/mg1.h:
36 * m/mips-nec.h:
37 * m/mips-siemens.h:
38 * m/mips.h:
39 * m/nh3000.h:
40 * m/nh4000.h:
41 * m/ns32000.h:
42 * m/plexus.h:
43 * m/powerpc.h (N_BADMAG):
44 * m/sequent-ptx.h:
45 * m/sequent.h:
46 * m/sgi-challenge.h:
47 * m/stride.h:
48 * m/tad68k.h:
49 * m/targon31.h:
50 * m/tekxd88.h:
51 * m/template.h:
52 * m/tower32.h:
53 * m/tower32v3.h:
54 * m/ustation.h:
55 * m/wicat.h:
56 * m/xps100.h:
57 * data.c:
58 * data.c (init_data_very_early):
59 * doc.c (get_doc_string):
60 * doc.c (Fsnarf_documentation):
61 * editfns.c (init_editfns):
62 * emacs.c:
63 * emacs.c (main_1):
64 * emacs.c (syms_of_emacs):
65 * lrecord.h (DUMPEDP):
66 * ntheap.c:
67 * process-unix.c:
68 * process-unix.c (unix_init_process):
69 * sysdep.c:
70 * sysdep.c (init_system_name):
71 * unexec.c:
72 Delete all support for bit-rotten CANNOT_DUMP. Just use pdump.
73
74 2003-02-28 Ben Wing <ben@xemacs.org>
75
76 * Makefile.in.in (all):
77 * Makefile.in.in (PROGNAME): Removed.
78 * Makefile.in.in (DUMP_ID): Removed.
79 * Makefile.in.in (DUMP_TARGET): Removed.
80 * Makefile.in.in (RECURSIVE_MAKE):
81 * Makefile.in.in (EXE_TARGET): Removed.
82 * Makefile.in.in (SHELL): Removed.
83 * Makefile.in.in (RM): Removed.
84 * Makefile.in.in (lispdir): Removed.
85 * Makefile.in.in (moduledir): Removed.
86 * Makefile.in.in (.SUFFIXES): Removed.
87 * Makefile.in.in (libsrc): Removed.
88 * Makefile.in.in (etcdir): Removed.
89 * Makefile.in.in (srcdir): Removed.
90 * Makefile.in.in (SRC): New.
91 * Makefile.in.in (lwlib_libs): Removed.
92 * Makefile.in.in (lwlib_deps): Removed.
93 * Makefile.in.in (LWLIB_SRCDIR):
94 * Makefile.in.in (LIBI18N): Removed.
95 * Makefile.in.in (X11_libs): Removed.
96 * Makefile.in.in (LISP): New.
97 * Makefile.in.in (ETC): New.
98 * Makefile.in.in (SRCMODULES): New.
99 * Makefile.in.in (LIB_SRC): New.
100 * Makefile.in.in (BLDSRC): New.
101 * Makefile.in.in (BLDMODULES): New.
102 * Makefile.in.in (ldap_objs):
103 * Makefile.in.in (postgresql_objs):
104 * Makefile.in.in (win32_objs):
105 * Makefile.in.in (cppflags): Removed.
106 * Makefile.in.in (cflags): Removed.
107 * Makefile.in.in (ldflags): Removed.
108 * Makefile.in.in (.c.o): Removed.
109 * Makefile.in.in (.c.i): Removed.
110 * Makefile.in.in (.c.s): Removed.
111 * Makefile.in.in (lwlib_lib): New.
112 * Makefile.in.in (other_files):
113 * Makefile.in.in (LIBES):
114 * Makefile.in.in (mo_file):
115 * Makefile.in.in (mo_dir): Removed.
116 * Makefile.in.in (DO_TEMACS):
117 * Makefile.in.in (RAW_EXE): New.
118 * Makefile.in.in (dump_temacs):
119 * Makefile.in.in (debug_temacs): Removed.
120 * Makefile.in.in (.NO_PARALLEL):
121 * Makefile.in.in (release):
122 * Makefile.in.in (update-elc-2):
123 * Makefile.in.in (.PHONY):
124 * Makefile.in.in (update-elc): Removed.
125 * Makefile.in.in (FRC.needtodump): New.
126 * Makefile.in.in (NEEDTODUMP): Removed.
127 * Makefile.in.in (link_deps):
128 * Makefile.in.in (temacs_deps):
129 * Makefile.in.in (temacs_link_args):
130 * Makefile.in.in (dump-id.c):
131 * Makefile.in.in (obj_src):
132 * Makefile.in.in (fastdump):
133 * Makefile.in.in (all-elc):
134 * Makefile.in.in (TopLevelEmacsShell.o):
135 * Makefile.in.in (TopLevelEmacsShell.c.rtl):
136 * Makefile.in.in (TransientEmacsShell.o):
137 * Makefile.in.in (TransientEmacsShell.c.rtl):
138 * Makefile.in.in (ExternalClient-Xm-shared.o):
139 * Makefile.in.in (ExternalClient-Xt-shared.o):
140 * Makefile.in.in (ExternalClient-Xlib-shared.o):
141 * Makefile.in.in (ExternalClient-Xm-nonshared.o):
142 * Makefile.in.in (ExternalClient-Xt-nonshared.o):
143 * Makefile.in.in (ExternalClient-Xlib-nonshared.o):
144 * Makefile.in.in (extw-Xt-shared.o):
145 * Makefile.in.in (extw-Xlib-shared.o):
146 * Makefile.in.in (extw-Xt-nonshared.o):
147 * Makefile.in.in (extw-Xlib-nonshared.o):
148 * Makefile.in.in (libextcli_Xm.a):
149 * Makefile.in.in (libextcli_Xt.a):
150 * Makefile.in.in (libextcli_Xlib.a):
151 * Makefile.in.in (extw_link_end):
152 * Makefile.in.in (libextcli_Xm.so.1):
153 * Makefile.in.in (libextcli_Xt.so.1):
154 * Makefile.in.in (libextcli_Xlib.so.1):
155 * Makefile.in.in (config.h):
156 * Makefile.in.in (allocax.o):
157 * Makefile.in.in (sunplay.o):
158 * Makefile.in.in (xemacs_res.o):
159 * Makefile.in.in (dortl):
160 * Makefile.in.in (lint):
161 * Makefile.in.in (check-features):
162 * Makefile.in.in (rtcmacs):
163 * Makefile.in.in (run-rtcmacs):
164 * Makefile.in.in (debug-temacs):
165 * Makefile.in.in (PURIFY_FLAGS):
166 * Makefile.in.in (puremacs):
167 * Makefile.in.in (quantmacs):
168 * Makefile.in.in (covmacs):
169 * Makefile.in.in (extraclean):
170 * Makefile.in.in (relock):
171 * Makefile.in.in (install):
172 * Makefile.in.in (depend):
173 * Makefile.in.in (FRC.unicode-encapsulate): New.
174 * Makefile.in.in (unicode-encapsulate): New.
175 Lots o' cleanup. Use names like LISP, SRC instead of
176 lispdir, srcdir, for consistency with xemacs.mak and the
177 conventions in the rest of the file. Eliminate use of ${...}
178 in favor of $(...), to make it easier to move code between
179 this file and xemacs.mak. Fix dependency handling wrt
180 NEEDTODUMP to eliminate problems some people (e.g. Vin) have
181 been seeing with non-GNU makes. Write a long section about
182 the subtle but oh-so-important differences in dependency
183 processing between nmake, make, and GNU make. Add
184 unicode-encapsulate target, from xemacs.mak.
185
186 * chartab.c (fill_char_table):
187 * chartab.c (put_char_table):
188 * lrecord.h:
189 Fix crash due to attempt to free objects across dump/undump.
190
1 2003-02-20 Mike Sperber <mike@xemacs.org> 191 2003-02-20 Mike Sperber <mike@xemacs.org>
2 192
3 * Makefile.in.in (update-elc-2): Sequentialize dependencies even 193 * Makefile.in.in (update-elc-2): Sequentialize dependencies even
4 more. 194 more.
5 195