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
1
Issues
1
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
366cb49d
Commit
366cb49d
authored
Jun 24, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not rsync .gitignore to build directories
parent
58f65050
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
features.in/Makefile
+1
-1
profile.mk
lib/profile.mk
+1
-1
Makefile
sub.in/Makefile
+1
-1
No files found.
features.in/Makefile
View file @
366cb49d
...
...
@@ -68,7 +68,7 @@ prep:
# - "rootfs@/": copy feature's rootfs parts into BUILDDIR toplevel
$(FEATURES)
:
@
feat
=
$@
;
\
args
=
"-qab --exclude README --exclude config.mk"
;
\
args
=
"-qab --exclude
.gitignore --exclude
README --exclude config.mk"
;
\
args
=
"
$$
args --exclude generate.mk --exclude generate.sh"
;
\
if
[
-n
"
$(GLOBAL_DEBUG)
"
]
;
then
\
echo
"** adding
$$
feat feature"
;
\
...
...
lib/profile.mk
View file @
366cb49d
...
...
@@ -42,7 +42,7 @@ profile/init: distclean
if [ -z $(QUIET) ]; then \
echo -n "$(TIME) initializing BUILDDIR: "; \
fi; \
rsync -qaxH --delete-after image.in/ "$(BUILDDIR)"/; \
rsync -qaxH --
exclude .gitignore --
delete-after image.in/ "$(BUILDDIR)"/; \
mkdir "$(BUILDDIR)"/.mki; \
} >&2
@$(call put,ifndef DISTCFG_MK)
...
...
sub.in/Makefile
View file @
366cb49d
...
...
@@ -20,7 +20,7 @@ all:
else
\
action
=
"initialized"
;
\
fi
;
\
rsync
-qa
"
$$
src/"
"
$(BUILDDIR)
/
$$
dst/"
&&
\
rsync
-qa
--exclude
.gitignore
"
$$
src/"
"
$(BUILDDIR)
/
$$
dst/"
&&
\
mp-commit
"
$(BUILDDIR)
/
$$
dst/"
\
"
$$
dst subprofile
$$
action
$$
{neq:+ (using
$$
src)}"
;
\
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