K. Richard Pixley
c466cfab84
infodir belongs in datadir
35 years ago
K. Richard Pixley
65fd9a4d8b
clean-gdbm on clean
35 years ago
K. Richard Pixley
bb07ee3ebd
install-gcc on install
35 years ago
K. Richard Pixley
e9712beec8
BISON now bison -y again
35 years ago
K. Richard Pixley
b26ff9d824
fix for bad directory tests
35 years ago
K. Richard Pixley
4d714963c5
Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* 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.
35 years ago
John Gilmore
a3a063a9c3
Add glob to SUBDIRS and GDB_SUPPORT_DIRS.
Remove texinfo from configdirs in GDB releases' configure.in file,
since it won't have any config scripts.
35 years ago
John Gilmore
aaee126549
Rename REAMME.configure to DOC.configure
35 years ago
K. Richard Pixley
c5f94070c5
temporary mid-attempt at fixincludes during three-stage
35 years ago
K. Richard Pixley
58f81e1630
assume a yacc command line interface for the program
35 years ago
K. Richard Pixley
6b7e599846
add targets to generate info directory files
35 years ago
K. Richard Pixley
b772d75ef5
propogate MAKEINFO like we propogate BISON
35 years ago
K. Richard Pixley
30189626aa
use gcc as ld for later stages
35 years ago
K. Richard Pixley
cd49a4dca6
add texinfo; mkdir foo/info; echo when mkdir'ing
35 years ago
K. Richard Pixley
fb6604097b
add GCCVERBOSE flag for debugging
35 years ago
K. Richard Pixley
0cc03f79a8
thin out directories actually created
35 years ago
K. Richard Pixley
4c27527f1c
rework install-dirs, add install-no-fixinclude
35 years ago
K. Richard Pixley
a297b8cead
fix a three-stage typo, build better install-dirs
35 years ago
Steve Chamberlain
0ec776a5a6
Added $(INSTALL_FIXED_INCLUDES) so devo/config dir can chose not to create
all the /usr/include stuff if it wants to.
Steve
35 years ago
K. Richard Pixley
2c55824ff8
with bison's help, call it in such a way that any configuration type can find it
35 years ago
Steve Chamberlain
a5dc1fdbca
Hi, I've fixed this twice now.
the old solution:
then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L $(srcdir)/bison/ ; \
is wrong: proof:
[stuff]
>> /limbo/steve/devo/gcc/./../bison/bison -L ./bison/ -v ./c-parse.y -o c-parse.tab.c
>> /limbo/steve/devo/gcc/./../bison/bison: ./bison/bison.simple: No such file or directory
This solution:
then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ ; \
works.
35 years ago
K. Richard Pixley
137c0ccfff
get bison library path right
35 years ago
K. Richard Pixley
7739eda2b7
get bison library path right
35 years ago
Steve Chamberlain
9488cc4d44
*** empty log message ***
35 years ago
K. Richard Pixley
517d18b234
get bison subdirs right
35 years ago
K. Richard Pixley
aab52f74a1
get bison paths right
35 years ago
K. Richard Pixley
28f3b09449
new install theme
35 years ago
Steve Chamberlain
26dcf901d5
*** empty log message ***
35 years ago
Steve Chamberlain
a0f47eb73c
Does't pass env variables down if localenv file is in target dir.
35 years ago
K. Richard Pixley
b391b96dfb
BISONPATH is now unused. remove it.
35 years ago
K. Richard Pixley
671e8558bf
removed unused CC and CFLAGS lines
35 years ago
K. Richard Pixley
7dbcd409f1
New installed binary layout.
35 years ago
K. Richard Pixley
2bc9434c17
Getting BISON right.
35 years ago
K. Richard Pixley
f1eb48b62e
no more configure on which to depend
35 years ago
John Gilmore
090811c1b9
Avoid 'v' flag on archive updates, since it just wastes space in the log.
35 years ago
K. Richard Pixley
a26878d1fa
Exploit the new executable config.status
35 years ago
K. Richard Pixley
905bb120d3
Pass command names with absolute paths. Easier than keeping relative
paths right when dealing with sub/sub/directories.
35 years ago
John Gilmore
abc52b8069
New rules for building distributions. Normal distribution
is built by doing `make -f Makefile.in gdb.tar.Z' in the devo dir.
35 years ago
K. Richard Pixley
5710dc3779
Correcting install target when gcc not present.
36 years ago
K. Richard Pixley
3c8735af98
rcs enters the soup.
36 years ago
K. Richard Pixley
4dfe09da09
Three part names, etc.
36 years ago
John Gilmore
11954bf11a
Add bfd.ilrt.tar.Z "make" rules.
36 years ago
K. Richard Pixley
2645fb0ca1
Changes to accomodate using the freshly built bison in place.
36 years ago
K. Richard Pixley
a7058e2669
install fixed include files on install.
36 years ago
K. Richard Pixley
a01bf1fbc1
added support for binary comparisons.
36 years ago
John Gilmore
6849cb7183
Avoid error stop from Make if a directory doesn't exist during subdir_do.
36 years ago
K. Richard Pixley
2770ad8b4e
Put gcc/gstdarg.h where gas can find it; gas/stdarg.h.
36 years ago
K. Richard Pixley
3c81fef579
Added gdb.
36 years ago
John Gilmore
592ecfb22e
Rename getopt to libiberty.
36 years ago
K. Richard Pixley
6a3958b22d
Three staging checkpoint.
36 years ago