Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
6bc4dbd
in mainline for
clean
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2005-11-08T00:00:15Z (
19 years
ago)
Author:
Martin Decky <martin@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
5b65205
Parents:
849ba5cb
Message:
new build system upgrade
finished work for IA-32, IA-64, PPC-32, SPARC-64
File:
1 edited
clean
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
clean
r849ba5cb
r6bc4dbd
1
1
#! /bin/sh
2
2
3
make clean
3
ARCH="`basename "$0" | awk -F. '{ if (NF > 1) print \$NF }'`"
4
if [ -z "$ARCH" ]; then
5
for ARCH in arch/* ; do
6
make clean "ARCH=`basename "$ARCH"`"
7
done
8
else
9
make clean "ARCH=$ARCH"
10
fi
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive