Skip to content

Add top-level makefile plus (non-autoconf) configure script #146

Closed
@graydon

Description

@graydon
Contributor

Move to a top-level Makefile (not one in src/ and one in doc/) and support out-of-tree builds by writing a minimal configure script that copies the Makefile to $CWD and sets its VPATH.

(Not to be confused with "use autoconf". The configure script can be plain shell or python).

Activity

graydon

graydon commented on Apr 19, 2011

@graydon
ContributorAuthor

Done at or around 3ae9ca4

added a commit that references this issue on Jul 19, 2017

Merge pull request rust-lang#146 from oli-obk/peephole1

added a commit that references this issue on Dec 12, 2017

Merge pull request rust-lang#146 from alexcrichton/no-std

added a commit that references this issue on Nov 29, 2018
13f02d1
added a commit that references this issue on Mar 26, 2022
39683d8
added a commit that references this issue on Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-cleanupCategory: PRs that clean code up or issues documenting cleanup.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @graydon

        Issue actions

          Add top-level makefile plus (non-autoconf) configure script · Issue #146 · rust-lang/rust