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
8318187f
Commit
8318187f
authored
Jan 06, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete blyacc
R=r DELTA=3562 (0 added, 3560 deleted, 2 changed) OCL=22112 CL=22114
parent
859ba57b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/cmd/clean.bash
src/cmd/clean.bash
+1
-1
src/cmd/make.bash
src/cmd/make.bash
+1
-1
No files found.
src/cmd/clean.bash
View file @
8318187f
...
...
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
for
i
in
cc 6l 6a 6c gc 6g ar db nm
blyacc
acid cov gobuild prof gotest
for
i
in
cc 6l 6a 6c gc 6g ar db nm acid cov gobuild prof gotest
do
cd
$i
make clean
...
...
src/cmd/make.bash
View file @
8318187f
...
...
@@ -12,7 +12,7 @@ bash mkenam
make enam.o
cd
..
for
i
in
cc 6l 6a 6c gc 6g ar db nm
blyacc
acid cov gobuild prof gotest
for
i
in
cc 6l 6a 6c gc 6g ar db nm acid cov gobuild prof gotest
do
echo
;
echo
;
echo
%%%% making
$i
%%%%
;
echo
cd
$i
...
...
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