Subversion Repositories HelenOS-historic

Rev

Rev 318 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 318 Rev 376
Line 1... Line 1...
1
#! /bin/sh
1
#! /bin/sh
2
 
2
 
3
make dist-clean ARCH=amd64
3
make dist-clean ARCH=amd64
4
make dist-clean ARCH=ia32
4
make dist-clean ARCH=ia32
5
 
5
 
6
find ../arch/amd64 -type l | xargs rm
6
find arch/amd64 -type l | xargs rm
7
rm ../arch/amd64/include/context_offset.h
7
rm arch/amd64/include/context_offset.h
8
rm ../arch/amd64/_link.ld
8
rm arch/amd64/_link.ld
9
rm ../tools/amd64/gencontext
9
rm tools/amd64/gencontext