summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
AgeCommit message (Collapse)Author
2000-08-04New make passes DESTDIR correctly, and texinfo handles it correctly.Marc Espie
2000-07-31Remove 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-09Merge 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-07move CC, CCX, and COPTS forward; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-01-24Clean up mess instead of applying band-aids.Marc Espie
1999-01-24Whomever thinks that a 'make clean' should do a 'make all' first shall beJason Downs
cursed to do builds on a 68020 for the rest of their life!
1999-01-11Upgrade to 3.12, merge with OpenBSD changes.Marc Espie
1998-10-18set PATH before running configure since we can't rely on the user's path ↵Todd C. Miller
being sane
1997-09-05after configure, call "make all-recursive" instead of "make" -- thisflipk
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-18back out 1.22kstailey
1997-08-18set x bits on critical fileskstailey
1997-08-06OpenBSD 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-01updates for 3.11kstailey
1997-08-01optimize GLOBAL_AUTOCONF_CACHE codekstailey
1997-07-29Changed 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-29Start 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-24don't hardcode `install'kstailey
1997-07-24get the "make -f Makefile.bsd-wrapper config" case too (pr 188.)kstailey
1997-07-24optimize pr 188kstailey
1997-07-24don't crap out if DEBUG is set pr 188kstailey
1997-07-24respect "INSTALL_STRIP= -s" pr 188kstailey
1997-06-23tabs vs. spaceskstailey
1997-06-23respect NOMAN during installkstailey
1997-06-23respect NOMAN (in bulk)kstailey
1996-07-20auto-generate share/info/dirTheo de Raadt
1996-02-02More files to smash while making clean.etheisen
1996-02-02Undo LDSTATIC change. Possibly needed.etheisen
1996-02-02Added 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, andNiklas Hallqvist
never use cached values.
1996-01-01cannot assume BINDIR is setupTheo de Raadt
1995-12-27Support LDSTATIC and BINDIRNiklas Hallqvist
1995-12-22Don't build or install compiled elisp files or unformatted manpages.Niklas Hallqvist
However formatted ones shall be installed. Fix typo.