mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -106,7 +106,7 @@ BUILD()
|
||||
$additionalConfigureFlags
|
||||
|
||||
make $jobArgs
|
||||
|
||||
|
||||
echo "######################## building special libraries ################"
|
||||
|
||||
echo "### libgcc"
|
||||
@@ -175,7 +175,7 @@ INSTALL()
|
||||
|
||||
echo "Moving libraries around"
|
||||
|
||||
# Move/copy libraries such that copies of the runtime (shared) libs exist
|
||||
# Move/copy libraries such that copies of the runtime (shared) libs exist
|
||||
# in $libDir and copies of static libraries exist in $developLibDir. These
|
||||
# are put into separate packages gcc_syslibs and gcc_syslibs_devel, which
|
||||
# are both used by Haiku's build system.
|
||||
@@ -210,7 +210,7 @@ INSTALL()
|
||||
$gccLibDir/libgcc_s.so.$libgccSoVersion \
|
||||
$libDir/
|
||||
cp $gccLibDir/libgcc*.a $developLibDir/
|
||||
|
||||
|
||||
# gcc and c++ headers
|
||||
mkdir -p $includeDir/gcc
|
||||
cp -r $gccLibDir/include $includeDir/gcc/
|
||||
@@ -258,7 +258,7 @@ INSTALL()
|
||||
for f in c++ cc cpp g++ gcc gcov; do
|
||||
symlinkRelative -sfn $installDir/bin/$f $binDir
|
||||
done
|
||||
|
||||
|
||||
### Cleanup ###############################################
|
||||
|
||||
echo "Cleanup"
|
||||
@@ -284,7 +284,7 @@ INSTALL()
|
||||
$relativeDevelopLibDir/libsupc++.a \
|
||||
$relativeDevelopLibDir/libsupc++-kernel.a \
|
||||
$relativeIncludeDir
|
||||
|
||||
|
||||
rm -rf $includeDir
|
||||
rm -rf $developLibDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user