Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Jonathan Wilkes
purr-data
Commits
7dc30f09
Commit
7dc30f09
authored
7 years ago
by
Albert Gräf
Browse files
Options
Downloads
Patches
Plain Diff
Core package build (-c) was broken, fix it.
parent
557a0f06
No related branches found
No related tags found
1 merge request
!172
Build system fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
l2ork_addons/tar_em_up.sh
+3
-1
3 additions, 1 deletion
l2ork_addons/tar_em_up.sh
with
3 additions
and
1 deletion
l2ork_addons/tar_em_up.sh
+
3
−
1
View file @
7dc30f09
...
...
@@ -211,7 +211,9 @@ then
echo
"core Pd..."
rm
-f
../Pd-l2ork-
`
date
+%Y%m%d
`
.tar.bz2 2> /dev/null
cd
pd/src/
make clean
||
true
# this may fail on 1st attempt
# make sure that Pd is configured before trying to package it
test
-f
config.h
||
(
aclocal
&&
autoconf
&&
make
-C
../../packages pd
)
make clean
cd
../../
tar
-jcf
./Pd-l2ork-
`
date
+%Y%m%d
`
.tar.bz2 pd
fi
...
...
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