Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 534 → Rev 549

/kernel/trunk/tools/clean
1,5 → 1,8
#! /bin/sh
 
# Without Makefile.config the makefile does not work...
touch Makefile.config
 
ARCH="`basename "$0" | awk -F. '{ if (NF > 1) print \$NF }'`"
if [ -z "$ARCH" ]; then
for ARCH in arch/* ; do