~jameinel/+junk/gobzr

« back to all changes in this revision

Viewing changes to bzrlib/dirstate/Makefile

  • Committer: John Arbash Meinel
  • Date: 2011-07-14 14:59:54 UTC
  • Revision ID: john@arbash-meinel.com-20110714145954-rdxqi3pflw3elxst
Work out a way to build the commit info into the template.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
TARGDIR=$(GOPATH)/pkg/$(GOOS)_$(GOARCH)/
4
4
GCIMPORTS=$(patsubst %,-I %/pkg/$(GOOS)_$(GOARCH),$(subst :, ,$(GOPATH)))
5
5
LDIMPORTS=$(patsubst %,-L %/pkg/$(GOOS)_$(GOARCH),$(subst :, ,$(GOPATH)))
6
 
TARG=dirstate
 
6
TARG=bzrlib/dirstate
7
7
 
8
8
GOFILES=\
9
9
        dirstate.go\