Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
purr-data
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
aa
purr-data
Commits
13a884d6
Commit
13a884d6
authored
Dec 08, 2017
by
Jonathan Wilkes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move command so that it only gets evaluated when the rule is fired
parent
f6f996f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
packages/linux_make/Makefile
packages/linux_make/Makefile
+4
-3
No files found.
packages/linux_make/Makefile
View file @
13a884d6
...
...
@@ -22,8 +22,6 @@ endif
# directory as $(prefix) otherwise Pd won't be able to find extra, doc, etc.
ifeq
($(PACKAGE_TYPE),deb)
prefix
=
/usr
# generates the dependencies for all externals and pd itself
PACKAGE_DEPENDS
:=
$(
shell
find
$(DESTDIR)
\(
-name
"*.pd_linux"
-or
-name
pd-gui
-or
-wholename
\*
bin/pd
\)
-print0
| xargs
-0
dpkg-shlibdeps
-O
|
sed
's|shlibs:Depends=|, |'
)
else
prefix
=
/usr/local
endif
...
...
@@ -160,6 +158,9 @@ deb: debstage
cp
$(packages_src)/linux_make/debian/control
$(DESTDIR)/DEBIAN
cp
$(packages_src)/linux_make/debian/pd-l2ork.postrm
$(DESTDIR)/DEBIAN
cp
$(packages_src)/linux_make/debian/pd-l2ork.postinst
$(DESTDIR)/DEBIAN
# generate the dependencies for all externals and pd itself
$(eval PACKAGE_DEPENDS
:
= $(shell find $(DESTDIR)
\(
-name "*.pd_linux" -or -name pd-gui -or -wholename
\*
bin/pd
\)
-print0 | xargs -0 dpkg-shlibdeps -O | sed 's|shlibs:Depends=|
,
|' ))
# set build architecture and version for the package
sed -i 's|^Version
:
.*|Version: $(DEB_PD_VERSION)|'
\
$(DESTDIR)/DEBIAN/control
...
...
@@ -278,7 +279,7 @@ test_locations:
@
echo
"MANUALSDIR
$(manualsdir)
"
@
echo
"EXAMPLESDIR
$(examplesdir)
"
@
echo
--------------------------------------------------
@
echo
"PACKAGE_DEPENDS
$(PACKAGE_DEPENDS)
"
#
@echo "PACKAGE_DEPENDS $(PACKAGE_DEPENDS)"
@echo
--------------------------------------------------
autoconf
--version
@echo
--------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment