1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-09-28 17:19:49 +02:00
build/tcpkg/libgcc/build
David Oberhollenzer dbbb1889f4 Initial commit
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-01-29 10:17:30 +01:00

16 lines
208 B
Text
Executable file

prepare() {
return
}
build() {
return
}
deploy() {
local INPUT="$1"
local OUTPUT="$2"
local DEPLOY="$3"
rsync -aH --files-from="$SCRIPTDIR/cfg/$CFG/libgcc_files.txt" \
"$TCDIR/$TARGET" "$DEPLOY"
}