Makefile and config.mk #2
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
vulpinelinux/cvsh!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "verysmallrat/cvsh:feature/makefile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I dunno if you want to do this via Make, just read discord that you were going to do build.sh and a Makefile seemed more appropriate for what this is.
Installs to /usr/bin as that would be convention for shells, and is thus more portable for people using systems installing this that aren't on vlos.
To install via Makefile in build.sh for vulpine we would just override the PREFIX variable;
Obviously changing the git clone command in the above.
This way cvsh still installs to /bin on vlos instead of /usr/bin.
Compiles and builds fine per attached screenshot on Arch Linux 7.0.11.
Install otherwise via
sudo make clean installto test if unfamiliar with makefiles. Will install as stated to /usr/bin (or, should install).