forked from Imagelibrary/binutils-gdb
* snapshots.readme: Add notes for UNIX make and GNU make.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
Thu May 6 08:51:35 1993 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
|
* snapshots.readme: Add notes for UNIX make and GNU make.
|
||||||
|
|
||||||
Mon May 3 17:06:45 1993 Fred Fish (fnf@cygnus.com)
|
Mon May 3 17:06:45 1993 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
* snapshots.readme: Clarify bison/byacc/yacc notes.
|
* snapshots.readme: Clarify bison/byacc/yacc notes.
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
GDB SNAPSHOT SYSTEM
|
GDB SNAPSHOT SYSTEM
|
||||||
(general info)
|
(general info)
|
||||||
Updated 5/3/93
|
Updated 5/6/93
|
||||||
|
|
||||||
WHAT ARE GDB SNAPSHOTS
|
WHAT ARE GDB SNAPSHOTS
|
||||||
|
----------------------
|
||||||
|
|
||||||
Snapshots are an "image" of the main GDB development tree, captured at a
|
Snapshots are an "image" of the main GDB development tree, captured at a
|
||||||
particular random instant in time. When you use the snapshots, you should
|
particular random instant in time. When you use the snapshots, you should
|
||||||
@@ -65,6 +66,7 @@ This has several advantages, and several disadvantages.
|
|||||||
|
|
||||||
|
|
||||||
HOW TO GET THE SNAPSHOTS
|
HOW TO GET THE SNAPSHOTS
|
||||||
|
------------------------
|
||||||
|
|
||||||
The current plan is to provide a full snapshot once weekly, and incremental
|
The current plan is to provide a full snapshot once weekly, and incremental
|
||||||
diffs on a daily basis. Each daily diff will be relative to the source
|
diffs on a daily basis. Each daily diff will be relative to the source
|
||||||
@@ -103,6 +105,7 @@ of a perception of instability or lack of quality control.
|
|||||||
|
|
||||||
|
|
||||||
GDB TEST SUITE
|
GDB TEST SUITE
|
||||||
|
--------------
|
||||||
|
|
||||||
A test suite is distributed as an integral part of the snapshots. However,
|
A test suite is distributed as an integral part of the snapshots. However,
|
||||||
to use it you will need to get a copy of the dejagnu testing framework.
|
to use it you will need to get a copy of the dejagnu testing framework.
|
||||||
@@ -119,6 +122,7 @@ do exist for a feature are not exhaustive. New tests are welcomed.
|
|||||||
|
|
||||||
|
|
||||||
HOW TO SUBMIT CHANGES
|
HOW TO SUBMIT CHANGES
|
||||||
|
---------------------
|
||||||
|
|
||||||
Patches should be sent to gdb-patches@cygnus.com. Questions about the
|
Patches should be sent to gdb-patches@cygnus.com. Questions about the
|
||||||
snapshots themselves, problems accessing the snapshots, etc can also be sent
|
snapshots themselves, problems accessing the snapshots, etc can also be sent
|
||||||
@@ -150,7 +154,9 @@ Here are some simple guidelines for submitting patches:
|
|||||||
like. The emacs command ^X4A will create a ChangeLog entry header
|
like. The emacs command ^X4A will create a ChangeLog entry header
|
||||||
for you.
|
for you.
|
||||||
|
|
||||||
|
|
||||||
BISON and BYACC
|
BISON and BYACC
|
||||||
|
---------------
|
||||||
|
|
||||||
GDB's language parsers are all portable, and can be compiled with bison,
|
GDB's language parsers are all portable, and can be compiled with bison,
|
||||||
byacc, traditional Unix yacc, or other compatible parser generators.
|
byacc, traditional Unix yacc, or other compatible parser generators.
|
||||||
@@ -174,6 +180,17 @@ have byacc installed, include:
|
|||||||
o Specify BISON=yacc on the make command line to override the default.
|
o Specify BISON=yacc on the make command line to override the default.
|
||||||
|
|
||||||
|
|
||||||
|
UNIX MAKE and GNU MAKE
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
When you build gdb in the same directory as the source, you should be able
|
||||||
|
to use any available "make" that has traditional UNIX make functionality.
|
||||||
|
If you build gdb in a separate directory tree from the source, using the
|
||||||
|
configure "--subdir" option, then only GNU make is fully supported, although
|
||||||
|
other makes with complete VPATH support should work (SunOS make for example).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Thanks for your help and support.
|
Thanks for your help and support.
|
||||||
|
|
||||||
-Fred Fish
|
-Fred Fish
|
||||||
|
|||||||
Reference in New Issue
Block a user