Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
b2eae401
Commit
b2eae401
authored
Aug 17, 2009
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- updated Makefile, Make.deps
R=rsc,r DELTA=5 (3 added, 0 deleted, 2 changed) OCL=33413 CL=33417
parent
e1325d91
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
src/pkg/Make.deps
src/pkg/Make.deps
+2
-1
src/pkg/Makefile
src/pkg/Makefile
+2
-0
src/pkg/deps.bash
src/pkg/deps.bash
+1
-1
No files found.
src/pkg/Make.deps
View file @
b2eae401
archive/tar.install: bytes.install io.install os.install strconv.install strings.install
base64.install: bytes.install io.install os.install strconv.install
big.install:
bignum.install: fmt.install
bufio.install: io.install os.install strconv.install utf8.install
bytes.install: os.install utf8.install
...
...
@@ -51,7 +52,7 @@ sync.install:
syscall.install: sync.install
tabwriter.install: bytes.install container/vector.install io.install os.install utf8.install
template.install: bytes.install container/vector.install fmt.install io.install os.install reflect.install runtime.install strings.install
testing.install: flag.install fmt.install os.install r
egexp.install runtime
.install
testing.install: flag.install fmt.install os.install r
untime.install utf8
.install
testing/iotest.install: io.install log.install os.install
time.install: io.install once.install os.install syscall.install
unicode.install:
...
...
src/pkg/Makefile
View file @
b2eae401
...
...
@@ -14,6 +14,7 @@ all: install
DIRS
=
\
archive/tar
\
base64
\
big
\
bignum
\
bufio
\
bytes
\
...
...
@@ -74,6 +75,7 @@ DIRS=\
TEST
=
\
archive/tar
\
base64
\
big
\
bignum
\
bufio
\
bytes
\
...
...
src/pkg/deps.bash
View file @
b2eae401
...
...
@@ -18,7 +18,7 @@ dirpat=$(echo $dirs | sed 's/ /|/g; s/.*/^(&)$/')
for
dir
in
$dirs
;
do
(
cd
$dir
||
exit
1
sources
=
$(
sed
-n
's/\.
\$O
\\/.go/p'
Makefile
)
sources
=
$(
sed
-n
's/\.
go
\\/.go/p'
Makefile
)
sources
=
$(
ls
$sources
2> /dev/null
)
# remove .s, .c, etc.
deps
=
$(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment