sabotage-linux / netbsd-curses

libcurses and dependencies taken from netbsd and brought into a portable shape (at least to musl or glibc)
Other
147 stars 14 forks source link

Provide a full generic static target #5

Closed Ypnose closed 8 years ago

Ypnose commented 8 years ago

It could be a smart idea to provide a static-only target inside the GNUMakefile. The default install target can be easily modified with sed(1), but it does not seem to be a perenial solution (for maintainers for example).
I was thinking about something like this:

install-static: install-headers install-stalibs install-progs install-pcs

This is a random (harmless) example (having a all-static could work too). Dunno if it's enough clean for you. I can provide a tiny patch (which is a better) if you agree with the request.

Another question: do you plan to create a tag soon?

rofl0r commented 8 years ago

yeah i'm fine with the proposed addition, and there's already a tag and a tarball release

Ypnose commented 8 years ago

Sorry about the tag, I missed it this morning.

Ypnose commented 8 years ago

Do you want me to provide a tiny patch or you plan to add the change by yourself?

rofl0r commented 8 years ago

yeah i expected that you send a PR

rofl0r commented 8 years ago

ok i'll go ahead and do the change myself