scottsilverlabs / raspberrystem

raspberrySTEM(TM) Educational and Hobbyist Development Kit based on the Raspberry Pi
www.raspberrystem.com
Apache License 2.0
3 stars 0 forks source link

make pull #32

Closed scottsilverlabs closed 10 years ago

scottsilverlabs commented 10 years ago

Any reason to always have make pull run on a target make command? I'd prefer make pull to always be manual - only when I've made edits that I want to pull back.

Its definitely useful, and I like to keep the command, just not to run it every time.

jpsnyder commented 10 years ago

The original reason was if you where building an egg or debian package you would receive the packaged files back on your own computer seamlessly.

The pull could be done manually by the user as it is a command that would not normally be run often. I will take it out.

jpsnyder commented 10 years ago

This has been fixed in the latest merged branch.