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

Unified Diff: src/pkg/os/mkunixsignals.sh

Issue 5487073: code review 5487073: os: make compatible with go/build (Closed)
Patch Set: diff -r 5ec032f55cff https://go.googlecode.com/hg/ Created 13 years, 3 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/os/mksignals.sh ('k') | src/pkg/os/zsignal_darwin_386.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/os/mkunixsignals.sh
===================================================================
--- a/src/pkg/os/mkunixsignals.sh
+++ b/src/pkg/os/mkunixsignals.sh
@@ -3,8 +3,11 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-echo '// ./mkunixsignals.sh' "$1"
-echo '// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT'
+echo '// MACHINE GENERATED; DO NOT EDIT'
+echo '// To regenerate, run'
+echo '// ./mksignals.sh'
+echo '// which, for this file, will run'
+echo '// ./mkunixsignals.sh' "$1"
echo
cat <<EOH
« no previous file with comments | « src/pkg/os/mksignals.sh ('k') | src/pkg/os/zsignal_darwin_386.go » ('j') | no next file with comments »

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