aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
AgeCommit message (Collapse)AuthorFilesLines
2003-01-10configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode1-0/+4
* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS. * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r61161
2003-01-09Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.Christian Cornelssen1-2/+3
2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de> * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR. (install-info, dir.info): Prepend $(DESTDIR) to $(infodir). * Makefile.in: Regenerate. From-SVN: r61074
2002-12-29configure.in (host_configargs): Replace reference to no-longer-defined ↵Alexandre Oliva1-23/+19
buildopts with --build=${build_alias}. * configure.in (host_configargs): Replace reference to no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt. From-SVN: r60606
2002-12-28Makefile.tpl ($(NOTPARALLEL)): Move to the end.Alexandre Oliva1-17/+22
* Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of program_transform_name to standard idiom. (AUTOGEN, AUTOCONF): Define. (Makefile.in): Use $(AUTOGEN). (Makefile): Depend on config.status, and use autoconf-style rule to build it. Move original commands to... (config.status): ... this new target. (configure): Add $(srcdir). Depend on config/acx.m4. Use $(AUTOCONF). * Makefile.in: Rebuilt. From-SVN: r60580
2002-12-28Makefile.tpl: Fix dramatic bustage due to change in program_transform_name.Nathanael Nerode1-7/+7
* Makefile.tpl: Fix dramatic bustage due to change in program_transform_name. * Makefile.in: Regenerate. * configure.in: Remove unnecessary PATH setting. * configure: Regnerate. * configure.in: Don't default to unprefixed tools unless the native tools will work. * configure: Regenerate. From-SVN: r60568
2002-12-28configure.in: Convert to autoconf script.Nathanael Nerode1-8/+11
(toplev) * configure.in: Convert to autoconf script. Blow away lots of now-redundant Makefile fragments. * configure: Generate using Autoconf. * Makefile.tpl: Rewrite to reflect autoconfiscation. * Makefile.in: Regenerate. (config) * acx.m4: New. * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300, mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition, mh-riscos, mh-sysv: Delete. * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000, mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify. From-SVN: r60558
2002-12-24Makefile.tpl (multilib.out): Fix missing space.Andreas Schwab1-1/+1
* Makefile.tpl (multilib.out): Fix missing space. * Makefile.in: Regenerate. From-SVN: r60475
2002-12-23Makefile.tpl: Use shared multilib.out.Nathanael Nerode1-29/+43
* Makefile.tpl: Use shared multilib.out. Use move-if-change for it. Convert (cd foo; make) to (cd foo && make). Clean up multilib.out. * Makefile.in: Regenerate. * configure.in: Remove unnecessary leftovers. From-SVN: r60441
2002-12-19Makefile.tpl: Revert HJL's change.Nathanael Nerode1-1/+1
* Makefile.tpl: Revert HJL's change. * Makefile.in: Regenerated. * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and always. From-SVN: r60326
2002-12-19Makefile.tpl, [...]: Substitute libstdcxx_incdir.Andreas Schwab1-1/+2
* Makefile.tpl, configure.in: Substitute libstdcxx_incdir. * Makefile.in: Regenerate. From-SVN: r60303
2002-12-18Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).H.J. Lu1-1/+1
2002-12-18 H.J. Lu <hjl@gnu.org> * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR). * Makefile.in: Regenerated. * configure.in (build_prefix): New. Substitute. From-SVN: r60272
2002-12-18Makefile.tpl: Don't let real targets depend on phony targets.Nathanael Nerode1-1/+1
* Makefile.tpl: Don't let real targets depend on phony targets. * Makefile.in: Regenerate. From-SVN: r60261
2002-12-18Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.Nathanael Nerode1-2/+3
2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo. * Makefile.in: Regenerate. From-SVN: r60233
2002-12-17Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a previous 'make ↵Jason Merrill1-4/+7
bootstrap'. * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a previous 'make bootstrap'. * Makefile.in: Regenerate. From-SVN: r60193
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-660/+525
From-SVN: r60174
2002-12-14Makefile.tpl (check-gcc-c++): Renamed from check-c++.Jason Merrill1-4/+6
* Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run library tests. (check-c++): Just depend on it and check-target-libstdc++-v3. * Makefile.in: Regenerate. From-SVN: r60126
2002-11-14syntactic cleanupBruce Korb1-19/+50
From-SVN: r59111
2002-10-25Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap, and ↵Phil Edwards1-2/+2
restrap targets to this rule. 2002-10-25 Phil Edwards <pme@gcc.gnu.org> * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap, and restrap targets to this rule. * Makefile.in: Regenerate. From-SVN: r58545
2002-10-03Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.Nathanael Nerode1-1/+1
2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy. * configure.in: Make SET_LIB_PATH substitution more autoconfy. * Makefile.in: Regenerate. From-SVN: r57783
2002-10-03Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.Nathanael Nerode1-1/+1
2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy. * configure.in: Make RPATH_ENVVAR substitution more autoconfy. * Makefile.in: Regenerate. From-SVN: r57782
2002-10-02Makefile.tpl: Eliminate reference to all-gui, all-libproc.Nathanael Nerode1-7/+2
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Eliminate reference to all-gui, all-libproc. * Makefile.in: Regenerate. From-SVN: r57746
2002-10-02Makefile.def: Remove order dependency comments.Nathanael Nerode1-5/+10
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.def: Remove order dependency comments. * Makefile.tpl: Add explicit install-install dependencies. * Makefile.in: Regenerate. From-SVN: r57729
2002-10-02Makefile.tpl: Remove material now in src-release.Nathanael Nerode1-287/+0
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Remove material now in src-release. (Finally!) * Makefile.in: Regenerate. From-SVN: r57727
2002-10-02Really this time. :sigh:Nathanael Nerode1-0/+1
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Add configure-target (for src-release in src) * Makefile.in: Regenerate. From-SVN: r57725
2002-09-29Makefile.tpl: Make more autoconf-friendly.Nathanael Nerode1-2/+1
2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Make more autoconf-friendly. * Makefile.in: Regenerate. * configure: Make substitution more autoconf-like. From-SVN: r57625
2002-09-26Makefile.tpl: Make subsituted variables more autoconfy.Nathanael Nerode1-28/+26
2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Make subsituted variables more autoconfy. * Makefile.in: Regenerate. * configure: Make seds more autoconfy. From-SVN: r57522
2002-09-25Makefile.tpl: Rewrite substituted lines to look autoconfy.Nathanael Nerode1-11/+11
2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Rewrite substituted lines to look autoconfy. * Makefile.in: Regenerate. * configure.in: Rewrite sed statements to look autoconfy. From-SVN: r57503
2002-09-25Makefile.tpl: Autogenerate *-target-* lists...Nathanael Nerode1-90/+23
2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Autogenerate *-target-* lists, dependencies of all-target-foo on configure-target-foo. * Makefile.def: Ditto. * Makefile.in: Rebuild. From-SVN: r57499
2002-09-24Makefile.def: New file.Nathanael Nerode1-0/+1868
2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.def: New file. * Makefile.tpl: New file. * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'. * contrib/gcc_update: Note that Makefile.in is a generated file. * configure.in: Minor rearrangement. Simplify tests. From-SVN: r57484