Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-03-25 | pass site_option to recursions | K. Richard Pixley | 1 | -4/+7 | |
1992-03-11 | added check for conflicting configurations (srcdir vs not) | K. Richard Pixley | 1 | -9/+19 | |
1992-03-11 | remove trailing slashes from srcdir so gdb-mode won't get cranky | K. Richard Pixley | 1 | -2/+7 | |
1992-03-11 | use relative paths for configure and srcdir when possible | K. Richard Pixley | 1 | -338/+324 | |
1992-02-08 | In configure{.in} {host|target}_makefile_frag should name a file | K. Richard Pixley | 1 | -8/+14 | |
relative to srcdir. I think it now does. configure has been corrected. configure.texi has been clarified. | |||||
1992-02-07 | Optimized Makefile generation for a ~30% time win. | K. Richard Pixley | 1 | -119/+98 | |
1992-02-07 | Fix so that "guested" configure scripts work when using -srcdir. | K. Richard Pixley | 1 | -6/+12 | |
1992-02-06 | reversed tense on a test -> case conversion | K. Richard Pixley | 1 | -2/+2 | |
1992-02-06 | Converting "[ -n" and "[ -z" into case statements looks like a small | K. Richard Pixley | 1 | -82/+138 | |
time penalty for modern shells which have "[" builtin. I've elected to take it anyway as a compensation for older, slower shells. | |||||
1992-02-06 | support for subdirs, multiple hosts, and multiple targets was | K. Richard Pixley | 1 | -129/+0 | |
previously commented out. This delta removes it entirely. This makes a small time difference on cygint. | |||||
1992-02-06 | Removing unnecessary ()'s doesn't seem to make any time difference on | K. Richard Pixley | 1 | -26/+24 | |
cygint. I think modern shell's execute this internally without a call to a separate shell process. I've left the change in anyway. It may help on older, slower machines. | |||||
1992-01-28 | Steve's version_path stuff bites the dust. | Jim Wilson | 1 | -10/+1 | |
1991-12-28 | small changes to accomodate other versions of configure | K. Richard Pixley | 1 | -3/+7 | |
1991-12-28 | oops, but in last patch | K. Richard Pixley | 1 | -1/+1 | |
1991-12-28 | Be less sensitive to spaces in Makefile.in. Kills bug #556. | K. Richard Pixley | 1 | -5/+5 | |
1991-12-19 | print version number nicely | K. Richard Pixley | 1 | -1/+1 | |
1991-12-19 | added -V for version number option | K. Richard Pixley | 1 | -6/+11 | |
1991-12-13 | removed -ansi and -languages options from configure, added | K. Richard Pixley | 1 | -11/+0 | |
configure.texi (a work in progress), configure.man (a terse first cut), build configure.info and install man page. | |||||
1991-12-13 | find config.subr again | K. Richard Pixley | 1 | -9/+9 | |
1991-12-12 | config.sub & config.subr merge | K. Richard Pixley | 1 | -7/+7 | |
1991-12-07 | * configure: \{1,2\} appears to be a sysv'ism. Use a different | K. Richard Pixley | 1 | -10/+10 | |
regexp. | |||||
1991-12-07 | Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com) | K. Richard Pixley | 1 | -414/+394 | |
* Makefile.in: unwrapped some for loops so that parallel makes work again and so one can focus one's attention on a particular package. Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com) * configure: added PWD as a stand in for `pwd` (for speed). use elif wherever possible. make -srcdir work without -objdir. -objdir= commented out. Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com) * configure: +options become --options. -subdirs commented out. added -host, -datadir. Renamed -destdir to -prefix. Comment in Makefile now at top of generated Makefile. Removed cvs log entries. added -srcdir. create .gdbinit only if there is one in ${srcdir}. * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default. Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Freshly created ChangeLog. | |||||
1991-11-13 | Passes down version_path for things which install themselves into | Steve Chamberlain | 1 | -4/+9 | |
libsubdir. | |||||
1991-11-13 | The +noversion flag will make an installation happen to the machine/.. | Steve Chamberlain | 1 | -2/+11 | |
directory rather than the machine/version/.. directory. Steve | |||||
1991-11-12 | allow +foo bar options. stolen from texinfo configure | K. Richard Pixley | 1 | -78/+131 | |
1991-11-09 | correct a comment | K. Richard Pixley | 1 | -3/+12 | |
1991-11-01 | new install theme | K. Richard Pixley | 1 | -25/+52 | |
1991-10-25 | More name changing | Steve Chamberlain | 1 | -12/+33 | |
1991-10-24 | Allow for using tmake-sun4 | Heinz G. Seidl | 1 | -2/+13 | |
1991-10-23 | Makefiles should include the makefile frag names even if the makefile | K. Richard Pixley | 1 | -56/+74 | |
frag doesn't exist in *this* directory. Otherwise we inherit the variable setting from our parent Makefile. | |||||
1991-10-10 | * Die when sub-configure's do. | K. Richard Pixley | 1 | -9/+24 | |
* get the makefile building message line correct. * set -e | |||||
1991-10-10 | Backed out the "/bin/sh config.sub" change. Fails when config.sub was | K. Richard Pixley | 1 | -3/+7 | |
on PATH. | |||||
1991-10-10 | Call config.sub as "/bin/sh config.sub" instead of directly. This | K. Richard Pixley | 1 | -3/+7 | |
protects us from the case where config.sub isn't executable. | |||||
1991-10-09 | Another patch from jim. | K. Richard Pixley | 1 | -2/+7 | |
1991-10-08 | Fix bug in smake- file code. | Jim Wilson | 1 | -12/+14 | |
1991-10-04 | Use john's heuristic for finding ourselves. kinda like hare krishna. | K. Richard Pixley | 1 | -40/+121 | |
1991-10-02 | Added +site=foo option for naming site specific Makefile fragments. | K. Richard Pixley | 1 | -8/+34 | |
1991-10-02 | Removed +f option. Used to stand for +forcesubdirs which is now | K. Richard Pixley | 1 | -6/+12 | |
called +subdirs. | |||||
1991-10-02 | Added rcs log line. | K. Richard Pixley | 1 | -0/+9 | |
1991-10-02 | +template dies an ugly death. | K. Richard Pixley | 1 | -155/+55 | |
1991-10-02 | resync | K. Richard Pixley | 1 | -38/+0 | |
1991-10-01 | Trivial cleanup. | K. Richard Pixley | 1 | -95/+15 | |
1991-10-01 | * use aliases as directory names. | K. Richard Pixley | 1 | -32/+38 | |
* put aliases AND parsed triples into Makefiles. * config.status is a shell script. * remove formfeeds from resulting Makefile. | |||||
1991-10-01 | Reword recurr. | K. Richard Pixley | 1 | -15/+38 | |
1991-08-25 | rcs enters the soup. | K. Richard Pixley | 1 | -2/+5 | |
1991-08-25 | Adding diff to the fray. | K. Richard Pixley | 1 | -2/+5 | |
1991-08-25 | Adding grep to the fray. | K. Richard Pixley | 1 | -111/+121 | |
1991-08-07 | +forcesubdirs -> +subdirs | K. Richard Pixley | 1 | -17/+23 | |
1991-08-06 | revised option parsing. | K. Richard Pixley | 1 | -12/+14 | |
1991-08-06 | Host-level GNUmakefiles. | K. Richard Pixley | 1 | -19/+29 | |