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

Delta Between Two Patch Sets: src/pkg/syscall/Makefile

Issue 1578041: code review 1578041: add Windows ForkExec, Syscall12 (Closed)
Left Patch Set: code review 1578041: add Windows ForkExec, Syscall12 Created 13 years, 9 months ago
Right Patch Set: code review 1578041: add Windows ForkExec, Syscall12 Created 13 years, 8 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/runtime/windows/thread.c ('k') | src/pkg/syscall/exec_unix.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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.$(GOARCH) 5 include ../../Make.$(GOARCH)
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 17 matching lines...) Expand all
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_nacl=\ 33 GOFILES_nacl=\
34 syscall_unix.go\ 34 syscall_unix.go\
35 exec_unix.go\ 35 exec_unix.go\
36 36
37 GOFILES_windows=\ 37 GOFILES_windows=\
38 » exec_windows.go\ 38 » exec_windows.go
39 39
40 OFILES=\ 40 OFILES=\
41 asm_$(GOOS)_$(GOARCH).$O\ 41 asm_$(GOOS)_$(GOARCH).$O\
42 42
43 GOFILES+=$(GOFILES_$(GOOS)) 43 GOFILES+=$(GOFILES_$(GOOS))
44 44
45 include ../../Make.pkg 45 include ../../Make.pkg
LEFTRIGHT

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