Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed `make -jN' for large N. Just put all generated headers in SRCS. | bde | 1998-03-06 | 1 | -1/+1 |
| | |||||
* | Install f2c.h | jmz | 1997-04-24 | 1 | -0/+4 |
| | | | | Reviewed by: bde | ||||
* | Use the same format for the "expect N shift reduce conflicts" message | bde | 1996-10-25 | 1 | -1/+1 |
| | | | | | as in the one other place in /usr/src that prints such an "expect" message (amd). | ||||
* | Makefile: use CFLAGS+= instead of CFLAGS=. Don't use the f2c's malloc. | jmz | 1995-09-28 | 1 | -3/+2 |
| | | | | main.c: reinstitute the -o option to rename C output file. | ||||
* | Don't default to -g in ${CFLAGS}. Developers can still use `make g=-g ...' | bde | 1995-01-21 | 1 | -1/+1 |
| | | | | | for debugging. The default ${CFLAGS} still clobbers the system default of -O2 to -O. | ||||
* | Remove the f77 script now that we are instead installing a f77 program | ljo | 1994-10-27 | 1 | -4/+0 |
| | | | | (that does the same as the script). The f77 program lives in cc/f77. | ||||
* | f77.script resides in source, not obj dir | pst | 1994-10-01 | 1 | -1/+1 |
| | |||||
* | Add f77 shell script frontend for f2c/gcc | pst | 1994-09-30 | 1 | -0/+4 |
| | |||||
* | Added the y.tab.h file to the CLEANFILE target. | ats | 1994-02-06 | 1 | -1/+1 |
| | |||||
* | Sprinkled with ${.CURDIR} to get the builds of gram.c and tokdefs.h | ljo | 1994-01-29 | 1 | -6/+9 |
| | | | | correct. | ||||
* | Replaced makefile with a BSD Makefile. Moved the unformatted man page | ljo | 1994-01-05 | 1 | -0/+29 |
to f2c.1. Removed an automatically generated file and a checksum file. |