Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
graphicsframework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oliver Behnke
graphicsframework
Commits
77325888
Commit
77325888
authored
14 years ago
by
Oliver Bock
Browse files
Options
Downloads
Patches
Plain Diff
Removed obsolete patch (integrated upstream)
parent
77d2d780
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.sh
+0
-2
0 additions, 2 deletions
build.sh
patches/boinc.Makefile.am.2.patch
+0
-11
0 additions, 11 deletions
patches/boinc.Makefile.am.2.patch
with
0 additions
and
13 deletions
build.sh
+
0
−
2
View file @
77325888
...
...
@@ -447,8 +447,6 @@ build_boinc()
echo
"Configuring BOINC..."
|
tee
-a
$LOGFILE
cd
$ROOT
/3rdparty/boinc
||
failure
# fix svn_version.h update for out-of-tree builds (patch sent upstream)
patch
$ROOT
/3rdparty/boinc/Makefile.am <
$ROOT
/patches/boinc.Makefile.am.2.patch
>>
$LOGFILE
2>&1
||
failure
chmod
+x _autosetup
>>
$LOGFILE
2>&1
||
failure
./_autosetup
>>
$LOGFILE
2>&1
||
failure
chmod
+x configure
>>
$LOGFILE
2>&1
||
failure
...
...
This diff is collapsed.
Click to expand it.
patches/boinc.Makefile.am.2.patch
deleted
100644 → 0
+
0
−
11
View file @
77d2d780
--- Makefile.am
+++ Makefile.am 2009-11-11 16:01:46.000000000 +0100
@@ -47,7 +47,7 @@
BUILT_SOURCES = svn_version.h
svn_version.h: generate_svn_version.sh
- sh generate_svn_version.sh
+ cd $(srcdir) && sh generate_svn_version.sh
.PHONY: svn_version.h
# Add a stage target for staging a distribution
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment