source: mainline/tools/clean@ 7b6c5f4

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 7b6c5f4 was 7b6c5f4, checked in by Martin Decky <martin@…>, 20 years ago

uspace build scripts

  • Property mode set to 100755
File size: 206 bytes
Line 
1#! /bin/sh
2
3ARCH="`basename "$0" | awk -F. '{ if (NF > 1) print \$NF }'`"
4if [ -z "$ARCH" ]; then
5 for ARCH in libc/arch/* ; do
6 make clean "ARCH=`basename "$ARCH"`"
7 done
8else
9 make clean "ARCH=$ARCH"
10fi
Note: See TracBrowser for help on using the repository browser.