Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-04 | New make passes DESTDIR correctly, and texinfo handles it correctly. | Marc Espie | |
2000-07-31 | Remove unneeded SUBDIR override. | Marc Espie | |
2000-02-15 | --infodir in configure. Don't rely on stuff that is no longer available. | Marc Espie | |
2000-02-09 | Merge conflicts, and a few details: | Marc Espie | |
- Makefile.bsd-wrapper: man pages, disable NLS for now. - doc/Makefile.in: install man pages manually, remove buggy targets that would break `make clean'. - makeinfo/Makefile.in: shell failure ??? rework problematic line. - util/texindex.c: let maketempname create the file, remove race condition. | |||
1999-06-07 | move CC, CCX, and COPTS forward; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
1999-01-24 | Clean up mess instead of applying band-aids. | Marc Espie | |
1999-01-24 | Whomever thinks that a 'make clean' should do a 'make all' first shall be | Jason Downs | |
cursed to do builds on a 68020 for the rest of their life! | |||
1999-01-11 | Upgrade to 3.12, merge with OpenBSD changes. | Marc Espie | |
1998-10-18 | set PATH before running configure since we can't rely on the user's path ↵ | Todd C. Miller | |
being sane | |||
1997-09-05 | after configure, call "make all-recursive" instead of "make" -- this | flipk | |
short-circuits the dependencies that try to run things like automake which we don't have and touch timestamp files in the source dir. texinfo now appears to build in a read-only tree. | |||
1997-08-18 | back out 1.22 | kstailey | |
1997-08-18 | set x bits on critical files | kstailey | |
1997-08-06 | OpenBSD customization. As we have DESTDIR as a maketime configuration option, | Niklas Hallqvist | |
infodir and friends must be passed down dynamically to subdir makes. Also did some style nits in the wrapper for consistency. | |||
1997-08-01 | updates for 3.11 | kstailey | |
1997-08-01 | optimize GLOBAL_AUTOCONF_CACHE code | kstailey | |
1997-07-29 | Changed the rules. | kstailey | |
The variable is now GLOBAL_AUTOCONF_CACHE. You must set it to the name of the cache file to use. Ether "setenv GLOBAL_AUTOCONF_CACHE /var/tmp/foo" or add it to /etc/mk.conf | |||
1997-07-29 | Start of GLOBAL_CACHE option to speed compiles. | kstailey | |
This change should have no effect by default. "setenv GLOBAL_CACHE" or add GLOBAL_CACHE to /etc/mk.conf to activate. Global cache files are on a per-account basis to deal with security. | |||
1997-07-24 | don't hardcode `install' | kstailey | |
1997-07-24 | get the "make -f Makefile.bsd-wrapper config" case too (pr 188.) | kstailey | |
1997-07-24 | optimize pr 188 | kstailey | |
1997-07-24 | don't crap out if DEBUG is set pr 188 | kstailey | |
1997-07-24 | respect "INSTALL_STRIP= -s" pr 188 | kstailey | |
1997-06-23 | tabs vs. spaces | kstailey | |
1997-06-23 | respect NOMAN during install | kstailey | |
1997-06-23 | respect NOMAN (in bulk) | kstailey | |
1996-07-20 | auto-generate share/info/dir | Theo de Raadt | |
1996-02-02 | More files to smash while making clean. | etheisen | |
1996-02-02 | Undo LDSTATIC change. Possibly needed. | etheisen | |
1996-02-02 | Added default info path to match our directory structure. | etheisen | |
Pass CFLAGS into 'configure' generated Makefile. Setup infodir for both build and install. Removed static linking. Not required for texinfo. Added CLEANFILES section to smash files cleandir missed. | |||
1996-02-02 | "make -f Makefile.bsd-wrapper config" should *really* config, and | Niklas Hallqvist | |
never use cached values. | |||
1996-01-01 | cannot assume BINDIR is setup | Theo de Raadt | |
1995-12-27 | Support LDSTATIC and BINDIR | Niklas Hallqvist | |
1995-12-22 | Don't build or install compiled elisp files or unformatted manpages. | Niklas Hallqvist | |
However formatted ones shall be installed. Fix typo. |