Giter VIP home page Giter VIP logo

Comments (5)

creasty avatar creasty commented on September 26, 2024

If we create makefile, we should follow make standard flow:

In this case make is unlikely to be responsible for ensuring dependencies or environments to be ready for following build and installation processes.

In a custom of Unix development, we often do this by ./configure.

from apig.

awakia avatar awakia commented on September 26, 2024

@creasty

In my understanding ./configure creates makefile by considering environments of the machine.
To install/link dependency is always in make command.

from apig.

creasty avatar creasty commented on September 26, 2024

Hmm. I think it does both.

from apig.

awakia avatar awakia commented on September 26, 2024

Anyway, we wrote makefile directly so considering ./configure makes problem difficult.
I understand go-like dependency is somehow new concept for makefile. So make deps is not too bad if other major go vendor uses it. So I just want to get examples of make deps
Other than that, if makefile already exists, make & make install must be natural.

from apig.

awakia avatar awakia commented on September 26, 2024

Other point is to consider usability.

If there are users who want to use make deps and make separately, we should split the command.
For example, make and make install should be separated since there are users who do not want to install command globally.

However, in make deps case, since we use glide, we can safely assume installing dependencies does not break other go programs. So almost all people always execute make deps and make. That is waste of time. So I think we should run both deps part and build part in make command

from apig.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.