Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
912dbcfd
Commit
912dbcfd
authored
Jul 03, 2012
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
features: drop dirtags
Finishes what
3dd02033
has essentially done... the path seems to be elsewhere.
parent
e6f13def
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
Makefile
features.in/Makefile
+0
-10
No files found.
features.in/Makefile
View file @
912dbcfd
...
...
@@ -65,7 +65,6 @@ $(FEATURES):
fi
;
\
pushd
"
$$
feat"
>
/dev/null
&&
\
for
sub
in
/
$(SUBPROFILES)
;
do
\
dirtags
=
;
\
if
[
"
$$
sub"
=
/
]
;
then
\
srcdirs
=
"."
;
\
dst
=
"."
;
\
...
...
@@ -75,11 +74,9 @@ $(FEATURES):
srcdirs
=
;
\
if
[
-d
"
$$
src"
]
;
then
\
srcdirs
=
"
$$
src"
;
\
dirtags
=
"&&
$$
src"
;
\
fi
;
\
if
[
-d
"
$$
dst"
-a
"
$$
dst"
!=
"
$$
src"
]
;
then
\
srcdirs
=
"
$$
srcdirs
$$
dst"
;
\
dirtags
=
"&& (
$$
src ||
$$
dst)"
;
\
fi
;
\
for
srcdir
in
$$
srcdirs
;
do
\
rsync
-qab
--exclude
tagged
\
...
...
@@ -98,13 +95,6 @@ $(FEATURES):
if
[
"
$$
sub"
=
/
-a
-d
"
$$
part"
]
;
then
\
rsync
-qab
"
$$
part/"
"
$$
destdir/"
;
\
fi
;
\
[
-d
"tagged/
$$
part"
]
||
continue
;
\
[
"
$$
srcdir"
!=
"."
]
||
continue
;
\
pushd
"tagged/
$$
part"
>
/dev/null
;
\
echo
"
$$
feat
$$
dirtags"
\
| tags2lists
.
\
| xargs
-r
cp
-vpLt
"
$$
destdir"
--
;
\
popd
>
/dev/null
;
\
done
;
\
popd
>
&/dev/null
;
\
done
;
\
...
...
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