Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ea405cc4
...
ea405cc42dc61fce135385f456a6f1c1a17ec0be
authored
2007-11-18 10:36:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(cp_mark_as_generated): Create target directory if needed.
1 parent
5a511af3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
bootstrap
bootstrap
View file @
ea405cc
...
...
@@ -367,6 +367,11 @@ cp_mark_as_generated()
*
)
c1
=
;
c2
=
;;
esac
dst_dir
=
`
dirname
"
$cp_dst
"
`
if
!
test
-d
"
$dst_dir
"
;
then
mkdir -p
"
$dst_dir
"
fi
if
test
-z
"
$c1
"
;
then
cmp -s
"
$cp_src
"
"
$cp_dst
"
||
{
echo
"
$0
: cp -f
$cp_src
$cp_dst
"
&&
...
...
Please
register
or
sign in
to post a comment