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

Unified Diff: src/pkg/syscall/Makefile

Issue 1578041: code review 1578041: add Windows ForkExec, Syscall12 (Closed)
Patch Set: code review 1578041: add Windows ForkExec, Syscall12 Created 13 years, 8 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/runtime/windows/thread.c ('k') | src/pkg/syscall/exec_unix.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/syscall/Makefile
===================================================================
--- a/src/pkg/syscall/Makefile
+++ b/src/pkg/syscall/Makefile
@@ -7,7 +7,6 @@
TARG=syscall
GOFILES=\
str.go\
- exec.go\
syscall.go\
syscall_$(GOARCH).go\
syscall_$(GOOS).go\
@@ -20,16 +19,23 @@
GOFILES_freebsd=\
syscall_bsd.go\
syscall_unix.go\
+ exec_unix.go\
GOFILES_darwin=\
syscall_bsd.go\
syscall_unix.go\
+ exec_unix.go\
GOFILES_linux=\
syscall_unix.go\
+ exec_unix.go\
GOFILES_nacl=\
syscall_unix.go\
+ exec_unix.go\
+
+GOFILES_windows=\
+ exec_windows.go
OFILES=\
asm_$(GOOS)_$(GOARCH).$O\
« no previous file with comments | « src/pkg/runtime/windows/thread.c ('k') | src/pkg/syscall/exec_unix.go » ('j') | no next file with comments »

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