comparison nt/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 b531bf8658e9
children 1b0339b048ce
comparison
equal deleted inserted replaced
1329:389741884c65 1330:4542b72c005e
1 2003-02-28 Ben Wing <ben@xemacs.org>
2
3 * README:
4 * README (NOTE): Removed.
5 * config.inc.samp (HAVE_MS_WINDOWS):
6 * config.inc.samp (HAVE_X_WINDOWS): Removed.
7 * config.inc.samp (X11_DIR): Removed.
8 * config.inc.samp (COMPFACE_DIR):
9 * xemacs.mak (XEMACS): Removed.
10 * xemacs.mak (LISP): Removed.
11 * xemacs.mak (LIB_SRC): Removed.
12 * xemacs.mak (MODULES): Removed.
13 * xemacs.mak (NT): Removed.
14 * xemacs.mak (OUTDIR): Removed.
15 * xemacs.mak (SRC): Removed.
16 * xemacs.mak (LWLIB_SRCDIR): Removed.
17 * xemacs.mak (MAKEDIRSTRING): Removed.
18 * xemacs.mak (XEMACSDIRSTRING): Removed.
19 * xemacs.mak (MAKEROOT): New.
20 * xemacs.mak (COPYDIR):
21 * xemacs.mak (INFODOCK_VERSION_STRING): Removed.
22 * xemacs.mak (XEMACS_VERSION_STRING): Removed.
23 * xemacs.mak (SEPARATE_BUILD): New.
24 * xemacs.mak (SRCROOT): New.
25 * xemacs.mak (BLDROOT): New.
26 * xemacs.mak (PROGRAM_DEFINES): Removed.
27 * xemacs.mak (INSTALL_DIR): Removed.
28 * xemacs.mak (ETC): New.
29 * xemacs.mak (BLDLIB_SRC): New.
30 * xemacs.mak (BLDNT): New.
31 * xemacs.mak (BLDSRC): New.
32 * xemacs.mak (PACKAGE_PREFIX): Removed.
33 * xemacs.mak (PACKAGE_PATH): Removed.
34 * xemacs.mak (PATH_PACKAGEPATH): Removed.
35 * xemacs.mak (HAVE_X_WINDOWS): Removed.
36 * xemacs.mak (USE_CRTDLL):
37 * xemacs.mak (CONFIG_ERROR):
38 * xemacs.mak (OS): Removed.
39 * xemacs.mak (EMACS_CONFIGURATION): Removed.
40 * xemacs.mak (STACK_TRACE_EYE_CATCHER): Removed.
41 * xemacs.mak (CCV): Removed.
42 * xemacs.mak (DEBUG_FLAGS_COMPILE): Removed.
43 * xemacs.mak (DEBUG_FLAGS_LINK): Removed.
44 * xemacs.mak (DEBUG_DEFINES): Removed.
45 * xemacs.mak (BROWSERFLAGS): Removed.
46 * xemacs.mak (C_LIBFLAG): Removed.
47 * xemacs.mak (LIBC_LIB): Removed.
48 * xemacs.mak (OPTFLAGS_FASTCALL): Removed.
49 * xemacs.mak (OPTFLAGS_CDECL): Removed.
50 * xemacs.mak (PATH_PREFIX): New.
51 * xemacs.mak (OPTFLAGS): Removed.
52 * xemacs.mak (PROFILE_FLAGS): Removed.
53 * xemacs.mak (PATH_DEFINES): New.
54 * xemacs.mak (MSW_DEFINES):
55 * xemacs.mak (TEMACS_MSW_OBJS): New.
56 * xemacs.mak (CPLUSPLUS_COMPILE_FLAGS): Removed.
57 * xemacs.mak (CFLAGS_NO_OPT): Removed.
58 * xemacs.mak (CFLAGS_NO_LIB): Removed.
59 * xemacs.mak (CFLAGS): Removed.
60 * xemacs.mak (CFLAGS_CDECL_NO_LIB): Removed.
61 * xemacs.mak (CFLAGS_CDECL): Removed.
62 * xemacs.mak (X_DEFINES): Removed.
63 * xemacs.mak (TEMACS_MULE_OBJS): New.
64 * xemacs.mak (X_INCLUDES): Removed.
65 * xemacs.mak (X_LIBS): Removed.
66 * xemacs.mak (TEMACS_DEBUG_OBJS): New.
67 * xemacs.mak (TEMACS_DUMP_OBJS): New.
68 * xemacs.mak (TEMACS_ALLOC_OBJS): New.
69 * xemacs.mak (XEMACS_INCLUDES): Removed.
70 * xemacs.mak (LIB_SRC_DEFINES): Removed.
71 * xemacs.mak (INCLUDES):
72 * xemacs.mak (DEFINES):
73 * xemacs.mak (CONFIG_VALUES): Removed.
74 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS):
75 * xemacs.mak (TEMACS_ENTRYPOINT): Removed.
76 * xemacs.mak (TEMACS_DIR): Removed.
77 * xemacs.mak (TEMACS): Removed.
78 * xemacs.mak (TEMACS_BROWSE): Removed.
79 * xemacs.mak (TEMACS_SRC): Removed.
80 * xemacs.mak (TEMACS_CPP_CDECL_FLAGS):
81 * xemacs.mak (TEMACS_LIBS): Removed.
82 * xemacs.mak (TEMACS_OBJS):
83 * xemacs.mak (TEMACS_LFLAGS): Removed.
84 * xemacs.mak (LINK_DEPENDENCY_ARGS): Removed.
85 * xemacs.mak (LINK_STANDARD_LIBRARY_ARGS): Removed.
86 * xemacs.mak (ETAGS_DEPS): Removed.
87 * xemacs.mak (TEMACS_X_OBJS): Removed.
88 * xemacs.mak (LIB_SRC_TOOLS): Removed.
89 * xemacs.mak (LASTFILE): Removed.
90 * xemacs.mak (LASTFILE_SRC): Removed.
91 * xemacs.mak (LASTFILE_FLAGS): Removed.
92 * xemacs.mak (LASTFILE_OBJS): Removed.
93 * xemacs.mak (LWLIB): Removed.
94 * xemacs.mak (LWLIB_FLAGS): Removed.
95 * xemacs.mak (LWLIB_OBJS): Removed.
96 * xemacs.mak (.SUFFIXES):
97 * xemacs.mak (create-list-file): Removed.
98 * xemacs.mak (compile-list-file): Removed.
99 * xemacs.mak (TEMACS_DUMP_ID_OBJ): Removed.
100 * xemacs.mak (PROGNAME): Removed.
101 * xemacs.mak (DO_TEMACS): Removed.
102 * xemacs.mak (DO_XEMACS): Removed.
103 * xemacs.mak (BATCH): Removed.
104 * xemacs.mak (BATCH_PACKAGES): Removed.
105 * xemacs.mak (TEMACS_BATCH): Removed.
106 * xemacs.mak (XEMACS_BATCH): Removed.
107 * xemacs.mak (XEMACS_BATCH_PACKAGES): Removed.
108 * xemacs.mak (temacs_loadup_args): Removed.
109 * xemacs.mak (dump_temacs_args): Removed.
110 * xemacs.mak (run_temacs_args): Removed.
111 * xemacs.mak (dump_temacs): Removed.
112 * xemacs.mak (testdir): Removed.
113 * xemacs.mak (batch_test_emacs): Removed.
114 * xemacs.mak (check): Removed.
115 * xemacs.mak (check-temacs): Removed.
116 * xemacs.mak (MANDIR):
117 * xemacs.mak (check-features): Removed.
118 * xemacs.mak (tagslisp): Removed.
119 * xemacs.mak (tags): Removed.
120 * xemacs.mak (NEW_USERS_GUIDE_SRCS):
121 * xemacs.mak (makeinfo-test):
122 * xemacs.mak (installation): New.
123 * xemacs.mak (RAW_EXE): New.
124 * xemacs.mak (DUMP_TARGET): New.
125 * xemacs.mak (all): New.
126 * xemacs.mak (TEMACS_DUMP_DEP): New.
127 * xemacs.mak (DOC):
128 * xemacs.mak (docfile):
129 * xemacs.mak (update-elc):
130 * xemacs.mak (update-elc-2):
131 * xemacs.mak (load-shadows):
132 * xemacs.mak (temacs): Removed.
133 * xemacs.mak (install):
134 * xemacs.mak (versionclean): New.
135 * xemacs.mak (distclean):
136 * xemacs.mak (realclean):
137 * xemacs.mak (extraclean):
138 * xemacs.mak (depend):
139 * xemacs.mak (unicode-encapsulate):
140 -- Major reorganization and cleanup.
141 -- Add support for separated build tree and source tree.
142 -- Delete all support for X Windows building, since it's
143 totally bit-rotten and will never be fixed up. Instruct
144 people to use Cygwin if they want such support.
145
146 * make-build-dir:
147 New script to create a skeleton build tree for use with
148 separated build and source tree compilation.
149
1 2003-02-20 Ben Wing <ben@xemacs.org> 150 2003-02-20 Ben Wing <ben@xemacs.org>
2 151
3 * xemacs.dsp (CFG): 152 * xemacs.dsp (CFG):
4 Add /k to default build. 153 Add /k to default build.
5 154