/build

http://github.com/btipling/Normalize-URL · #! · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · 88d19c37a06dbb50caef32e236abbb5e MD5 · raw file

  1. # Build script generated by gb: http://go-gb.googlecode.com
  2. # gb provides configuration-free building and distributing
  3. echo "Build script generated by gb: http://go-gb.googlecode.com"
  4. if [ "$1" = "goinstall" ]; then
  5. echo Running goinstall \
  6. else
  7. echo Building \
  8. && echo "(in .)" gomake $1 && cd . && gomake $1 && cd - > /dev/null \
  9. fi
  10. # The makefiles above are invoked in topological dependence order