Git Product home page Git Product logo

Comments (3)

AndrewBelt avatar AndrewBelt commented on August 15, 2024

If the plugin developer can find a git repo, use git submodules. If not, and the license allows it, simply include the files in the plugin's repo.

There is virtually nothing a makefile can't do. Plugin developers should add pre-build scripts if needed. I'm sure there's a better way, but you could do

build:
    <shell commands>
    $(MAKE)

acceptable for make dep to install

No, definitely not. That would be grounds for deletion, since I consider it malware.

from library.

cschol avatar cschol commented on August 15, 2024

Right, I use Makefiles a lot and rarely are they inferior to a shell script.

Now, I would think that for consistency in execution of the build, you would want the, let's call it build interface to be consistent.

Meaning that a plugin developer should use either make dep or include any preparatory steps in the main target itself executed when just calling make and not have a magic build-my-stuff.sh in a folder in the repo somewhere (unless it is executed from the Makefile).

The expectation is that the plugin builds with a simple make. Do you agree?

from library.

AndrewBelt avatar AndrewBelt commented on August 15, 2024

Closing since make cleandep and make dep is what my build scripts do now. If it doesn't work, I build manually.

from library.

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.