gobolinux / Scripts

The GoboLinux scripts collection
41 stars 9 forks source link

Refactor Makefile #7

Open AitorATuin opened 8 years ago

AitorATuin commented 8 years ago

Removed the cpio in the Makefile. Build distributed into several Makefiles.

hishamhm commented 8 years ago

I don't like splitting the Makefiles. It's common to use a git checkout directly in /Programs/Scripts, meaning I'd end up with /bin/Makefile, etc.

Also, I'd prefer if it kept echoing the gcc commands. It's better for troubleshooting.

AitorATuin commented 8 years ago

@hishamhm @lucasvr Moved code to the main makefile and echoing building commands.

hishamhm commented 8 years ago

Reading this PR more carefully, if I'm following correctly, one thing it changes is that the files were moved around, so that one can't just clone the git repo at /Programs/Scripts/git, run make, run SymlinkProgram and use it directly without "installing" it from a separate directory.

I think it's very convenient to use the git repo as a "live" installation, and it would be sad to lose that functionality.