Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-26 | getline template badly instantiated, found by compiling with egcs | Niklas Hallqvist | |
1997-08-22 | Comment out rule to build *.gmo from *.po since the tools to do so are | Todd C. Miller | |
not in the tree and we can't count on timestamps. | |||
1997-08-20 | do the unix thing; janjaap@stack.nl | Theo de Raadt | |
1997-08-18 | Add some missing $(srcdir)s. Makes texinfo a little bit closer | Niklas Hallqvist | |
to work on readonly /usr/src systems. | |||
1997-08-18 | take out debug mode | kstailey | |
1997-08-18 | sigh again | kstailey | |
1997-08-18 | sigh | kstailey | |
1997-08-18 | back out 1.22 | kstailey | |
1997-08-18 | set x bits on critical files | kstailey | |
1997-08-11 | Use mktemp(1) to avoid potential /tmp/ and cwd races. | Todd C. Miller | |
1997-08-07 | enhance -v documentation | kstailey | |
1997-08-06 | fix grep memory leak due due to using valloc to grow line buffer and be more ↵ | grr | |
conservative about growing buffer in the face of arbitrarily long lines | |||
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-05 | Don't create /usr/share/locale/usr/src/gnu/usr.bin/texinfo/po and things. | kstailey | |
[the newly consecrated /usr/share/locale glows black] You should probably "rm -rf /usr/share/locale/usr" if you have installed texinfo since 1-Aug-1997. | |||
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-08-04 | null terminate input | kstailey | |
1997-08-04 | do not permit gzexe on sh -- the results are terrifying; finrod@pugwash.priv.no | Theo de Raadt | |
1997-08-03 | mips needs -call_shared to as for asm code | Per Fogelstrom | |
1997-08-03 | Stupid hack to keep build from dying in texinfo/po when @obj is in da house. | kstailey | |
You will probably have to re-fetch texinfo if your build blew up in the past. Sorry. Should really have GNU autoconf 2.12 in the tree, but Theo does't like it. Hmmm, that's a really good reason to hack derived files instead of source. | |||
1997-08-01 | not in 3.11 | kstailey | |
1997-08-01 | weird build shit | kstailey | |
1997-08-01 | updates for 3.11 | kstailey | |
1997-08-01 | fix conflicts | kstailey | |
1997-08-01 | Import of FSF texinfo 3.11 | kstailey | |
1997-08-01 | add wgrisc to mipsle machines | Per Fogelstrom | |
1997-08-01 | optimize GLOBAL_AUTOCONF_CACHE code | kstailey | |
1997-07-30 | respect INSTALL_STRIP=-s on alpha | kstailey | |
add GLOBAL_AUTCONF_CACHE (for the fortran bits) | |||
1997-07-30 | respect INSTALL_STRIP=-s on alpha (only one binary is unstripped now) | kstailey | |
add GLOBAL_AUTCONF_CACHE (it's in my whole tree, yours soon too) | |||
1997-07-29 | disable e2fsprogs for now | Theo de Raadt | |
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-29 | use sendmail -t | Theo de Raadt | |
1997-07-29 | Respect ${INSTALL_STRIP} == -s on alpha. | kstailey | |
1997-07-28 | Use the config.guess we have elsewhere, brings us arc support | Niklas Hallqvist | |
1997-07-28 | support mvme68k; also change all m68k architectures to be -unknown- | Theo de Raadt | |
1997-07-24 | blank line; k-horik@yk.rim.or.jp | Theo de Raadt | |
1997-07-24 | respect ``INSTALL_STRIP=-s'' completely pr 188 | kstailey | |
1997-07-24 | respect ``INSTALL_STRIP=-s'' pr 188 | kstailey | |
1997-07-24 | don't hardcode `install' | kstailey | |
1997-07-24 | don't hardcode `install' | kstailey | |
1997-07-24 | don't assume INSTALL_STRIP is set to `-s' pr 188 | kstailey | |
1997-07-24 | respect ``INSTALL_STRIP=-s'' pr 188 | kstailey | |
1997-07-24 | respect INSTALL_STRIP=-s'' pr 188 | kstailey | |
1997-07-24 | install programs using INSTALL_PROGRAM of all things, will cvsbug this, pr 188 | kstailey | |
1997-07-24 | back out 1.2 | kstailey | |
1997-07-24 | install programs using INSTALL_PROGRAM of all things, will cvsbug this, pr 188 | 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 | |