Skip to content

Instantly share code, notes, and snippets.

@geoffgarside
Created May 4, 2012 10:16
Show Gist options
  • Save geoffgarside/2593820 to your computer and use it in GitHub Desktop.
Save geoffgarside/2593820 to your computer and use it in GitHub Desktop.
Makefile wrapper to help GNUMake related RubyGem extensions build properly on FreeBSD/Solaris.
#!/bin/sh
#
# Makefile wrapper to help GNUMake related RubyGem extensions
# build properly on FreeBSD/Solaris.
#
# Write this file to ~/bin/make
# $ chmod 755 ~/bin/make
# $ export PATH=$HOME/bin:$PATH
#
# Can now "gem install" or "bundle install" or whatever you need.
#
gmake $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment