Subversion Repositories HelenOS

Rev

Rev 206 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 206 Rev 208
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/src/context_offset.h
7
rm ../arch/amd64/src/context_offset.h
-
 
8
rm ../arch/amd64/src/gencontext
8
 
9