Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Side by Side Diff: src/pkg/syscall/Makefile

Issue 3816043: code review 3816043: syscall: Plan 9 support for x86. (Closed)
Patch Set: diff -r a15522fba283 https://go.googlecode.com/hg/ Created 13 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/pkg/syscall/asm_plan9_386.s » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 The Go Authors. All rights reserved. 1 # Copyright 2009 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style 2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file. 3 # license that can be found in the LICENSE file.
4 4
5 include ../../Make.inc 5 include ../../Make.inc
6 6
7 TARG=syscall 7 TARG=syscall
8 GOFILES=\ 8 GOFILES=\
9 str.go\ 9 str.go\
10 syscall.go\ 10 syscall.go\
(...skipping 14 matching lines...) Expand all
25 syscall_bsd.go\ 25 syscall_bsd.go\
26 syscall_unix.go\ 26 syscall_unix.go\
27 exec_unix.go\ 27 exec_unix.go\
28 28
29 GOFILES_linux=\ 29 GOFILES_linux=\
30 syscall_unix.go\ 30 syscall_unix.go\
31 exec_unix.go\ 31 exec_unix.go\
32 32
33 GOFILES_windows=\ 33 GOFILES_windows=\
34 exec_windows.go 34 exec_windows.go
35 ········
36 GOFILES_plan9=\
37 exec_plan9.go
35 38
36 OFILES=\ 39 OFILES=\
37 asm_$(GOOS)_$(GOARCH).$O\ 40 asm_$(GOOS)_$(GOARCH).$O\
38 41
39 GOFILES+=$(GOFILES_$(GOOS)) 42 GOFILES+=$(GOFILES_$(GOOS))
40 43
41 include ../../Make.pkg 44 include ../../Make.pkg
OLDNEW
« no previous file with comments | « no previous file | src/pkg/syscall/asm_plan9_386.s » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b