Commit ef12ae46 authored by Rob Pike's avatar Rob Pike

drop some superfluous file prefixes in runtime

SVN=125956
parent de544289
...@@ -18,9 +18,9 @@ LIBOFILES=\ ...@@ -18,9 +18,9 @@ LIBOFILES=\
rt2_$(GOARCH).$O\ rt2_$(GOARCH).$O\
sys_$(GOARCH)_$(GOOS).$O\ sys_$(GOARCH)_$(GOOS).$O\
runtime.$O\ runtime.$O\
runtime_map.$O\ map.$O\
runtime_print.$O\ print.$O\
runtime_string.$O\ string.$O\
sys_file.$O\ sys_file.$O\
OFILES=$(RT0OFILES) $(LIBOFILES) OFILES=$(RT0OFILES) $(LIBOFILES)
...@@ -38,6 +38,9 @@ $(LIB): $(LIBOFILES) ...@@ -38,6 +38,9 @@ $(LIB): $(LIBOFILES)
$(OFILES): $(HFILES) $(OFILES): $(HFILES)
nuke:
rm -f *.$(O) *.a $(GOROOT)/lib/$(LIB)
clean: clean:
rm -f *.$(O) *.a rm -f *.$(O) *.a
......
...@@ -6,6 +6,6 @@ set -ex ...@@ -6,6 +6,6 @@ set -ex
for GOOS in linux darwin for GOOS in linux darwin
do do
make clean make nuke
done done
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