Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Elsa Gonsiorowski
codes
Commits
2db831df
Commit
2db831df
authored
Jun 30, 2014
by
Jonathan Jenkins
Browse files
out-of-tree build fix for codes scripts
parent
02b81d88
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/Makefile.subdir
View file @
2db831df
...
...
@@ -9,7 +9,12 @@ CLEANFILES += $(my_bin_scripts)
# manual rules for now
do_subst
=
sed
-e
's![@]libdir[@]!
$(libdir)
!g'
%
:
%.py.in Makefile
.PHONY
:
scriptdir
# need to ensure that the scripts directory exists before running the sub cmd
scriptdir
:
test
-d
scripts
||
mkdir
scripts
%
:
%.py.in Makefile scriptdir
$(do_subst)
<
$<
>
$@
chmod
+x
$@
...
...
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