Commit 41abdad5 authored by Rob Pike's avatar Rob Pike

maybe now $O is right

SVN=124764
parent 5132d103
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
CFLAGS=-I$(GOROOT)/include CFLAGS=-I$(GOROOT)/include
BIN=$(HOME)/bin BIN=$(HOME)/bin
O=6 O=o
# The directory is ar because the source is portable and general. # The directory is ar because the source is portable and general.
# We call the binary 6ar to avoid confusion and because this binary # We call the binary 6ar to avoid confusion and because this binary
# is linked only with amd64 and x86 support. # is linked only with amd64 and x86 support.
TARG=$(O)ar TARG=6ar
OFILES=\ OFILES=\
ar.$O\ ar.$O\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment