From 83e7926827ebff5662155c8cc4066e8b5bf34cfb Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 7 Aug 2008 17:36:50 -0700 Subject: include syscall in default build fix an issue with autolib names by compiling to target location print a bit more when compiling R=gri OCL=13988 CL=13988 --- src/clean.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clean.bash') diff --git a/src/clean.bash b/src/clean.bash index 4d417eb24..dd727ac60 100755 --- a/src/clean.bash +++ b/src/clean.bash @@ -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 lib9 libbio libmach_amd64 +for i in lib9 libbio libmach_amd64 syscall do cd $i make clean -- cgit v1.2.3