mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-13 06:13:00 -06:00
Remove .bm files from tarball
No more bm file handling in tarball build scripts git-svn-id: svn://ultimatepp.org/upp/trunk@14203 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
54df73713c
commit
7d8823bcd8
5 changed files with 1 additions and 18 deletions
|
|
@ -29,8 +29,6 @@ distclean: clean
|
|||
rm -f theide
|
||||
rm -f umk
|
||||
rm -f theide.desktop
|
||||
rm -f GCC.bm
|
||||
rm -f CLANG.bm
|
||||
rm -f uppsrc/Makefile
|
||||
rm -f uppsrc/uMakefile
|
||||
rm -f uppsrc/build_info.h
|
||||
|
|
|
|||
|
|
@ -321,11 +321,6 @@ log_debug_info "Cleaning source code"
|
|||
rm -r "$DESTDIR$prefix/upp/uppsrc/umk.out"
|
||||
#<end> TODO
|
||||
|
||||
if [ "$(ls *.bm 2>/dev/null)" != "" ]
|
||||
then
|
||||
log_debug_info "Copying" *.bm
|
||||
cp -p *.bm "$DESTDIR$prefix/.upp/theide"
|
||||
fi
|
||||
|
||||
if [ "$(ls *.udc 2>/dev/null)" != "" ]
|
||||
then
|
||||
|
|
|
|||
|
|
@ -392,7 +392,7 @@ then
|
|||
log_debug_info "Extra parameters will supersede default parameters"
|
||||
fi
|
||||
|
||||
log_debug_info "Configuring" uppsrc/*Makefile.in *.bm.in "with pkg-config"
|
||||
log_debug_info "Configuring" uppsrc/*Makefile.in
|
||||
|
||||
library_list=""
|
||||
for i in uppsrc/*Makefile.in
|
||||
|
|
@ -401,12 +401,6 @@ do
|
|||
cp -a "$i" "${i%.in}"
|
||||
done
|
||||
|
||||
for i in *.bm.in
|
||||
do
|
||||
## sed -e "s@((INCLUDES))@`pkg-config --cflags-only-I $library_list|sed -e s/-I//g -e \"s/ /;/g\"`@g" -e "s@((LIBRARIES))@`pkg-config --libs-only-L $library_list|sed -e s/-L//g -e \"s/ /;/g\"`@g ${CXXSTD_RE}" "$i" > "${i%.in}"
|
||||
cp -a "$i" "${i%.in}"
|
||||
done
|
||||
|
||||
if [ "$platform" = "Darwin" ]
|
||||
then
|
||||
log_debug_info "Adjusting Makefiles for Mac OS X"
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@ cp -p ~/Scripts/readme.md ~/upp.tmp/upp
|
|||
cp -p ~/Scripts/upp.spec ~/upp.tmp/upp
|
||||
cp -p ~/Scripts/debian ~/upp.tmp/upp/buildrequires.debian
|
||||
cp -p ~/Scripts/fedora ~/upp.tmp/upp/buildrequires.fedora
|
||||
cp -p ~/Scripts/GCCMK.bm ~/upp.tmp/upp/GCC.bm.in
|
||||
cp -p ~/Scripts/CLANGMK.bm ~/upp.tmp/upp/CLANG.bm.in
|
||||
|
||||
svn_snapshot_version=$(svnversion ~/upp.src)
|
||||
current_date=$(LC_TIME=En date '+%a %b %d %Y')
|
||||
|
|
|
|||
|
|
@ -137,8 +137,6 @@ rm -fr %{buildroot}
|
|||
%{_datadir}/icons/hicolor/48x48/apps/theide.png
|
||||
%{_datadir}/pixmaps/theide.png
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/CLANG.bm
|
||||
%{_datadir}/%{name}/GCC.bm
|
||||
%dir %{_datadir}/%{name}/speller
|
||||
%{_datadir}/%{name}/speller/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue