| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (libsrc_libs): Var deleted. | Richard M. Stallman | 1994-07-07 | 1 | -3/+0 |
| | | |||||
| * | (mkdir, removenullpaths): Put g in sed replace commands. | Richard M. Stallman | 1994-07-07 | 1 | -2/+2 |
| | | |||||
| * | (install-arch-indep): Use /bin/pwd uniformly, not pwd. | Richard M. Stallman | 1994-05-27 | 1 | -11/+27 |
| | | | | | | | | | | | | | (uninstall): Use /bin/pwd. (blessmail): Depend on src. (all): Don't depend on blessmail. (src/paths.h): Don't force recomputation. (paths-force): New target; force recomputation of paths.h. (all): Depend on paths-force. (src, lib-src): Depend on src/paths.h. | ||||
| * | (mostlyclean, clean, distclean, realclean) | Richard M. Stallman | 1994-05-21 | 1 | -4/+4 |
| | | | | | (extraclean): Don't act on man subdir if it doesn't exist. | ||||
| * | (lib-src): Don't depend on src/paths.h. | Richard M. Stallman | 1994-05-20 | 1 | -1/+5 |
| | | |||||
| * | (install): Depend on blessmail. | Richard M. Stallman | 1994-05-12 | 1 | -1/+1 |
| | | |||||
| * | (TAGS): Use the makefile in src subdir. | Richard M. Stallman | 1994-05-12 | 1 | -2/+1 |
| | | |||||
| * | (uninstall): When processing lispdir and etcdir, | Richard M. Stallman | 1994-05-08 | 1 | -9/+11 |
| | | | | | do nothing unless it exists and is a directory. | ||||
| * | (install-arch-indep): Do install info/dired-x*. | Richard M. Stallman | 1994-05-07 | 1 | -12/+9 |
| | | | | | | | Merge code in from install-doc. (install-doc): Merge code back into install-arch-indep. (install-arch-dep): Don't depend on install-doc. | ||||
| * | (lib-src): Undo previous change. | Richard M. Stallman | 1994-05-04 | 1 | -4/+5 |
| | | | | | | (blessmail): New target to run maybe-blessmail in lib-src. (all): Depend on blessmail. | ||||
| * | (lib-src): Depend on src. | Richard M. Stallman | 1994-05-03 | 1 | -1/+4 |
| | | |||||
| * | (lib-src): Depend on src/paths.h. | Richard M. Stallman | 1994-04-28 | 1 | -1/+1 |
| | | |||||
| * | (install-doc): New target. | Karl Heuer | 1994-04-26 | 1 | -9/+12 |
| | | | | | | (install-arch-dep): Depend on install-doc. (mkdir): Create docdir. | ||||
| * | (.PHONY, install): Kill reference to obsolete do-install. | Karl Heuer | 1994-04-23 | 1 | -4/+7 |
| | | | | | (install-arch-dep): Install under the name $(EMACS). | ||||
| * | (install-arch-indep): Don't install dired-x*. | Richard M. Stallman | 1994-04-19 | 1 | -1/+1 |
| | | |||||
| * | (MAKE): Don't just assign it--use @SET_MAKE@. | Richard M. Stallman | 1994-04-14 | 1 | -1/+3 |
| | | |||||
| * | (thisdir): Nonsensical variable removed. | Roland McGrath | 1994-03-24 | 1 | -7/+5 |
| | | | | | | | | (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd back to $thisdir, rather than the directory `this_dir', which seems exceptionally unlikely to just happen to be a symlink to the Emacs build directory, which must have been the intent of the author. | ||||
| * | (install-arch-indep): Add missing backslash after a `then'. | Roland McGrath | 1994-03-18 | 1 | -1/+1 |
| | | |||||
| * | (thisdir): New variable. | Richard M. Stallman | 1994-03-14 | 1 | -8/+12 |
| | | | | | (install-arch-indep): Go back to thisdir to run INSTALL_DATA. | ||||
| * | Install DOC* in docdir. | Karl Heuer | 1994-02-24 | 1 | -2/+2 |
| | | |||||
| * | Use docdir to initialize PATH_DOC in paths.h. | Karl Heuer | 1994-02-22 | 1 | -0/+4 |
| | | |||||
| * | (install-arch-dep, install-arch-indep): | Richard M. Stallman | 1994-02-20 | 1 | -6/+10 |
| | | | | | | New targets split up former do-install rule. (do-install): Target deleted. | ||||
| * | (lwlib/Makefile): New target. | Richard M. Stallman | 1994-01-19 | 1 | -1/+16 |
| | | | | | | | | | (SUBDIR_MAKEFILES): Depend on lwlib/Makefile. (clean, mostlyclean, distclean, realclean): Handle lwlib subdir. (unlock, relock): Handle lwlib subdir. Add some .PHONY targets. | ||||
| * | (do-install): Install the dired-x info files. | Richard M. Stallman | 1994-01-15 | 1 | -1/+1 |
| | | |||||
| * | (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS. | Richard M. Stallman | 1994-01-02 | 1 | -1/+2 |
| | | |||||
| * | (mkdir): Make only the lockdir writable. | Richard M. Stallman | 1993-12-24 | 1 | -4/+8 |
| | | | | | | | | | (libdir): Use @libdir@. (install): Add empty command. (install): Depend on ${SUBDIR}, not `all'. | ||||
| * | (do-install): Use umask 022 in copying etc and lisp dirs. | Richard M. Stallman | 1993-11-27 | 1 | -1/+1 |
| | | |||||
| * | (mkdir): Ignore error from chmod. | Richard M. Stallman | 1993-11-16 | 1 | -1/+1 |
| | | |||||
| * | (VPATH): Define to @srcdir@. | Roland McGrath | 1993-10-03 | 1 | -0/+3 |
| | | |||||
| * | (src/Makefile, lib-src/Makefile, oldXMenu/Makefile): If these files | Brian Fox | 1993-09-28 | 1 | -162/+77 |
| | | | | | | are out of date, simply have config.status rebuild them; don't rebuild them explicitly. Back out MAKEFLAGS change. | ||||
| * | (@rip_paths@locallisppath): Delete ${datadir}/emacs/site-lisp. | Richard M. Stallman | 1993-09-20 | 1 | -1/+1 |
| | | |||||
| * | (do-install): Don't abort if ln or chmod at the end | Brian Fox | 1993-09-20 | 1 | -32/+33 |
| | | | | | | | | of the installation fail. Suggested by Karl Berry. (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make" was used. Set MAKEFLAGS from MFLAGS. | ||||
| * | (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Depend on vpath.sed. | Roland McGrath | 1993-09-12 | 1 | -6/+9 |
| | | | | | Replace sed comand for VPATH with @vpath_sed@. | ||||
| * | (info, dvi, clean, mostlyclean, distclean, realclean, unlock, relock): Use | Roland McGrath | 1993-09-10 | 1 | -26/+26 |
| | | | | | `$(MAKE)' in place of plain `make'. | ||||
| * | (do-install): Install info/sc*. | Richard M. Stallman | 1993-08-11 | 1 | -1/+1 |
| | | |||||
| * | (do-install): Install info/gnus*. | Richard M. Stallman | 1993-08-11 | 1 | -1/+1 |
| | | |||||
| * | * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src | Jim Blandy | 1993-07-18 | 1 | -0/+1 |
| | | | | | | | | directory's makefile. This allows the invocation of CPP which builds xmakefile to receive these switches. The SunSoft C preprocessor inserts spaces between tokens if it doesn't get the -Xs flag requested in src/s/sol2.h. | ||||
| * | * Makefile.in (top_distclean): Use -f switch when cleaning out | Jim Blandy | 1993-06-19 | 1 | -1/+1 |
| | | | | | lock dir; it might be empty. | ||||
| * | * Makefile.in (src/Makefile): Don't bother exiting single quotes | Jim Blandy | 1993-06-17 | 1 | -7/+7 |
| | | | | | | and entering double quotes to get the values of LD_SWITCH_X_SITE and the other make variables; make substitutes them in anyway. | ||||
| * | * Makefile.in (uninstall): Don't remove the lisp and etc | Jim Blandy | 1993-06-17 | 1 | -14/+16 |
| | | | | | directories if they're in the source tree. | ||||
| * | * Makefile.in (CPP): New variable. | Jim Blandy | 1993-06-16 | 1 | -34/+86 |
| | | | | | | | | | | | | | | (src/Makefile): Edit CPP into src/Makefile. Bring mumbleclean targets into conformance with GNU coding standards. * Makefile.in (mostlyclean, clean): Separate these two; just have them pass the request to the subdirectory makefiles. (distclean): Pass the request down, and then get rid of the files configure built, and get rid of the Makefiles. (realclean): Pass the request down, and then do the same things distclean does. (uninstall, info, dvi): New targets. | ||||
| * | (TAGS): cd to src to run etags. | Richard M. Stallman | 1993-06-16 | 1 | -2/+2 |
| | | |||||
| * | * configure.in: Test for bison. | Jim Blandy | 1993-06-09 | 1 | -0/+2 |
| | | | | | | | | * Makefile.in (YACC): New variable. (lib-src/Makefile.in): Edit YACC into the makefile. * Makefile.in (YACC): New variable, to be set by top-level Makefile. | ||||
| * | (do-install): Partially rewrite using `if'. | Richard M. Stallman | 1993-06-02 | 1 | -6/+9 |
| | | |||||
| * | (do-install): Correct previous etc-copying change. | Richard M. Stallman | 1993-06-01 | 1 | -3/+4 |
| | | | | | (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE. | ||||
| * | (do-install): Use `-' in tar options. | Richard M. Stallman | 1993-05-31 | 1 | -2/+2 |
| | | |||||
| * | (do-install): Copy the DOC-* files from the build | Richard M. Stallman | 1993-05-31 | 1 | -0/+5 |
| | | | | | etc directory, as well as lots of things from ${srcdir}/etc. | ||||
| * | Pass in LD_SWITCH_X_SITE. | Jim Blandy | 1993-05-31 | 1 | -0/+1 |
| | | |||||
| * | * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd | Jim Blandy | 1993-05-30 | 1 | -4/+4 |
| | | | | | | | foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name of a directory; cd might fail, and have pwd print out the current directory. | ||||
| * | * Makefile.in: Use Makefile comments, not C comments. | Jim Blandy | 1993-05-29 | 1 | -2/+2 |
| | | |||||