summaryrefslogtreecommitdiff
path: root/src/Make.pkg
Commit message (Expand)AuthorAgeFilesLines
* Factor the Makefiles to make writing outside Makefiles easier.Rob Pike2010-03-191-14/+7
* Install runtime.h and cgocall.h.Ian Lance Taylor2010-02-241-2/+2
* Add 'bench' target to makefiles.Adam Langley2010-01-121-0/+3
* Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation ofDevon H. O'Dell2010-01-061-8/+2
* rollback of http://codereview.appspot.com/181077Russ Cox2010-01-051-2/+8
* Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation of QUOTED_G...Devon H. O'Dell2010-01-051-8/+2
* cgo: interpret $CGOPKGDIR as absolute path if rootedRuss Cox2009-12-211-1/+5
* Make.pkg: fix cgo for TARG=a/bRuss Cox2009-12-171-2/+2
* Allow cgo to accept multiple .go inputs for a packageDevon H. O'Dell2009-12-171-26/+41
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-111-12/+24
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-6/+12
* cgo: allow .so in subdirectoriesRuss Cox2009-11-201-1/+1
* Missing flags for FreeBSD shared link as used by cgo in default build.William Josephson2009-11-181-0/+1
* Make.pkg: have "make coverage" invoke 6cov with correct binaryRuss Cox2009-11-171-1/+1
* makefiles: use correct gcc order in case --as-needed is in use.Russ Cox2009-11-151-1/+1
* Build changes to support work on the BSDs.Devon H. O'Dell2009-11-141-1/+1
* work with GNU Make 3.80Russ Cox2009-11-111-1/+5
* Make.pkg: add DEPS= supportRuss Cox2009-11-011-2/+5
* 8c, 8l dynamic loading support.Russ Cox2009-10-031-3/+6
* cgo working on linux/386Russ Cox2009-09-301-3/+6
* cgo: works on amd64.Russ Cox2009-09-301-15/+68
* makefile fixes; convert runtime to use new makefilesRuss Cox2009-08-131-2/+6
* avoid unnecessary installsRuss Cox2009-08-121-2/+6
* new included Make.pkg for handwritten package makefiles.Russ Cox2009-08-121-0/+57