summaryrefslogtreecommitdiff
path: root/src/Make.pkg
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-249/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+249
2011-09-13Imported Upstream version 60Ondřej Surý1-249/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-2/+2
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-10/+14
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-1/+60
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-29/+29
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-4/+4
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-6/+16
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-44/+56
2010-06-30cgo: use slash-free relative paths for .so referencesRuss Cox1-2/+3
2010-05-03Add _cgo_export.[ch] targets so that make knows how they areIan Lance Taylor1-1/+1
2010-04-09Add //export to cgo.Ian Lance Taylor1-5/+9
2010-03-30make: use actual dependency for installRuss Cox1-1/+1
2010-03-19Factor the Makefiles to make writing outside Makefiles easier.Rob Pike1-14/+7
2010-02-24Install runtime.h and cgocall.h.Ian Lance Taylor1-2/+2
2010-01-12Add 'bench' target to makefiles.Adam Langley1-0/+3
2010-01-06Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation ofDevon H. O'Dell1-8/+2
2010-01-05rollback of http://codereview.appspot.com/181077Russ Cox1-2/+8
2010-01-05Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation of QUOTED_G...Devon H. O'Dell1-8/+2
2009-12-21cgo: interpret $CGOPKGDIR as absolute path if rootedRuss Cox1-1/+5
2009-12-17Make.pkg: fix cgo for TARG=a/bRuss Cox1-2/+2
2009-12-17Allow cgo to accept multiple .go inputs for a packageDevon H. O'Dell1-26/+41
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-12/+24
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-6/+12
2009-11-20cgo: allow .so in subdirectoriesRuss Cox1-1/+1
2009-11-18Missing flags for FreeBSD shared link as used by cgo in default build.William Josephson1-0/+1
2009-11-17Make.pkg: have "make coverage" invoke 6cov with correct binaryRuss Cox1-1/+1
2009-11-15makefiles: use correct gcc order in case --as-needed is in use.Russ Cox1-1/+1
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell1-1/+1
2009-11-11work with GNU Make 3.80Russ Cox1-1/+5
2009-11-01Make.pkg: add DEPS= supportRuss Cox1-2/+5
2009-10-038c, 8l dynamic loading support.Russ Cox1-3/+6
2009-09-30cgo working on linux/386Russ Cox1-3/+6
2009-09-30cgo: works on amd64.Russ Cox1-15/+68
2009-08-13makefile fixes; convert runtime to use new makefilesRuss Cox1-2/+6
2009-08-12avoid unnecessary installsRuss Cox1-2/+6
2009-08-12new included Make.pkg for handwritten package makefiles.Russ Cox1-0/+57