Jason Merrill
a0bd8e187b
Fix gnatsishness
33 years ago
Jason Merrill
49dfa9840f
Add gnats.tar.gz rule
33 years ago
Ken Raeburn
ea18081db6
* Makefile.in (taz): Only build "info" in DISTDOCDIRS.
(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want this now.
33 years ago
Jim Kingdon
8636515256
* Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
etc/make-stds.texi. The underscore came from gcc, and dje now
agrees that RUNTESTFLAGS is the correct name.
33 years ago
Jeffrey Wheat
484fa12d0b
Changed RUNTESTFLAGS to RUNTEST_FLAGS
33 years ago
Jim Kingdon
7b63668388
* Makefile.in (CXXFLAGS): Add -O.
33 years ago
Ken Raeburn
65e2170193
* Makefile.in (taz): Replace "byacc" with "bison -y" in the
appropriate files before making "diststuff".
(DISTBISONFILES): New var: list of files to be edited.
(DISTSTUFFDIRS): Add binutils.
33 years ago
Per Bothner
6214eb23fd
* Makefile.in: Add support for new libio.
33 years ago
Jason Merrill
ac259c28f0
* Makefile.in (all-send-pr): depends on all-prms
33 years ago
Mark Eichin
a9a2f22fe0
don't use $$(CC_FOR_TARGET) because that ends up being bash execute command
syntax; use $(CC_FOR_TARGET) instead.
33 years ago
Fred Fish
e65627f9f0
* Makefile.in (COMPRESS): Remove def.
* Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
gdb.tar.Z and make-gdb.tar.Z respectively.
* Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
* Makefile.in (make-gdb.tar.gz): Minor changes to move closer
to convergence with 'taz' target in Makefile.in.
34 years ago
Jason Merrill
62cd4a2067
Added a $ to Jim's mod
34 years ago
Jim Kingdon
c49a9c4076
* Makefile.in (install-dirs): Deal with a prefix like /gnu;
its parent is '/' not ''.
34 years ago
Jim Kingdon
01ec958849
* Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
34 years ago
David D. Zuhn
a59b94d2a2
remove all.cross and install.cross targets
34 years ago
Ian Lance Taylor
9823504d83
* Makefile.in (MAKEINFOFLAGS): New variable.
(FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
* build-all.mk, test-build.mk: Pass down --no-split as
MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
34 years ago
Per Bothner
a561909f11
taz rule: Simplify chmod; add xiberty to libg++.tar.gz.
34 years ago
Per Bothner
5600fbd262
* Makefile.in: Define VERSION (for cd ..; make taz).
* Makefile.in: Set to version 2.3.91.
* Makefile.in (diststuff): Needed for distributions.
* Makefile (dts): Rip out. Subsumed by stuff in ../Makefile.in.
34 years ago
David D. Zuhn
fe560b9fdf
change program_transform_name quoting
34 years ago
David D. Zuhn
df063d29cc
fix INSTALL_XFORM definition
34 years ago
Fred Fish
1d2bb44589
* Makefile.in: Change extension for gzip'd files from '.z' to
'.gz' per new FSF standard usage.
34 years ago
David D. Zuhn
f35c616002
update install usage
34 years ago
Ken Raeburn
96bfa6120d
For gas and binutils snapshots, use .gz now instead of .z. (FSF is changing
gzip.)
34 years ago
Rob Savoye
c6ba9ae090
Add all-tk dependancy to all-expect.
34 years ago
Jim Kingdon
275049c078
* Makefile.in: Make all-opcodes depend on all-bfd.
34 years ago
Ken Raeburn
2b6582b41a
Makefile.in (taz): Fix modes on $(TOOL) dir also.
34 years ago
Ken Raeburn
7f9cb3b2de
(binutils.tar.z, &c): Updated for making binutils FSF release.
(taz): Try harder to catch errors in subdir invocations of make.
34 years ago
Ken Raeburn
a54e05f607
revised rules for gas snapshots
34 years ago
Fred Fish
873045c13f
* Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
at the same time we make the prototype gdb directory.
* Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
files at the same time as the gdb base release distribution.
34 years ago
Ian Lance Taylor
65088029a0
* Makefile.in (check): Use individual check targets rather than
DO_X rule.
(check-gcc): Added.
34 years ago
Ken Raeburn
394ad6586e
add rule for building snapshot of gas+ld+binutils
34 years ago
David D. Zuhn
6a42d18472
* configure.in: add comment for --with-x default values
* config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
* Makefile.in: add check-* targets for each of the directories in
the tree. Add a definition of RUNTEST that will use the one we
just built, if it exists. Pass this down via FLAGS_TO_PASS.
34 years ago
Fred Fish
8521640391
Couple of more minor tweaks to gdb.tar.Z target.
34 years ago
Ian Lance Taylor
7dcc06649a
* Makefile.in (all-flex): flex depends on byacc.
34 years ago
K. Richard Pixley
46d0ca81bd
Insert a missing backslash.
34 years ago
Ian Lance Taylor
79337c85b8
* Makefile.in: Complete overhaul to merge many almost identical
targets.
34 years ago
Ken Raeburn
40e16078da
Build gas tar file, based on gdb code:
* Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
(gdb.tar.Z): Adjusted.
* Makefile.in (setup-dirs, taz): New targets; should be general enough to adapt
for gdb sometime. Build only .z file.
(gas.tar.z): New target.
34 years ago
Ken Raeburn
a4e879a1a1
Some versions of make don't like empty variable expansions on lines by
themselves (outside of dependency rules). Fix such Chill stuff to be
comments instead.
34 years ago
Ian Lance Taylor
7481617fbc
Move the hacked unexport line so that it does not become the first
target.
34 years ago
David D. Zuhn
1a14993cd9
add installcheck
34 years ago
Ian Lance Taylor
caba7dbe7f
* Makefile.in: Change deja-gnu to dejagnu.
34 years ago
Ian Lance Taylor
34b3298baa
A new ARG_MAX hack. Use unexport to keep GNU make from dumping the
CHILL variables in the environment, with a : variable to keep older
makes happy.
34 years ago
Ian Lance Taylor
8871eea22f
* Makefile.in (GCC_FLAGS_TO_PASS): Reset some variables that gcc
doesn't use to avoid ARG_MAX overflow on SCO.
34 years ago
K. Richard Pixley
6559fbdb52
* config.guess: add GPL.
* Makefile.in, config.guess, config.sub, configure: bump
copyrights to 93.
34 years ago
Ian Lance Taylor
36286a3e2e
* Makefile.in (do-info): Removed obsolete check for existence of
localenv file.
34 years ago
Ian Lance Taylor
1fa4a94e50
* Makefile.in (MAKEOVERRIDES): Define to be empty.
34 years ago
David D. Zuhn
50fbe97649
tclX support
34 years ago
K. Richard Pixley
53222cbdf1
* Makefile.in (setup-dirs): change invocation of make to $(MAKE).
34 years ago
Steve Chamberlain
72c09fbc24
Clean up damage made when I checked in sanitized version
34 years ago
Brendan Kehoe
0e51924087
* Makefile.in (all-prms, install-prms): Changed to gnats.
* configure.in (host_tools): Changed prms to gnats.
34 years ago