mirror of
https://github.com/golang/go
synced 2024-11-12 08:50:22 -07:00
Add eval and ogle to the build process so they can be kept up
to date. R=rsc APPROVED=rsc DELTA=8 (6 added, 0 deleted, 2 changed) OCL=35009 CL=35011
This commit is contained in:
parent
4211384976
commit
3c8a1de720
@ -26,6 +26,7 @@ maketest() {
|
||||
|
||||
maketest \
|
||||
pkg \
|
||||
../usr/austin/eval \
|
||||
|
||||
# all of these are subtly different
|
||||
# from what maketest does.
|
||||
@ -49,6 +50,11 @@ time make
|
||||
time make test
|
||||
) || exit $?
|
||||
|
||||
(xcd ../usr/austin/ogle
|
||||
make clean
|
||||
time make ogle
|
||||
) || exit $?
|
||||
|
||||
(xcd ../doc/progs
|
||||
time ./run
|
||||
) || exit $?
|
||||
|
@ -20,8 +20,8 @@ GOFILES=\
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
|
||||
main.6: main.go
|
||||
main.$O: main.go package
|
||||
$(GC) -I_obj $<
|
||||
|
||||
ogle: main.6 package
|
||||
ogle: main.$O
|
||||
$(LD) -L_obj -o $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user