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
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Anton Palgunov
mkimage-profiles
Commits
9e2e5c0c
Commit
9e2e5c0c
authored
Jul 17, 2019
by
Michael Shigorin
Committed by
Anton Midyukov
Sep 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
image.in: no more functions for (dist)clean
`make clean' and `make distclean' use none of these, no reason to spend extra forks, i/o and time.
parent
a10787e7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
functions.mk
image.in/functions.mk
+6
-0
No files found.
image.in/functions.mk
View file @
9e2e5c0c
ifneq (clean,$(MAKECMDGOALS))
ifneq (distclean,$(MAKECMDGOALS))
# globals
# globals
PKGDIR ?= $(GLOBAL_BUILDDIR)/pkg
PKGDIR ?= $(GLOBAL_BUILDDIR)/pkg
...
@@ -43,3 +46,6 @@ kpackages = $(and $(1), \
...
@@ -43,3 +46,6 @@ kpackages = $(and $(1), \
# arg: branding subpackages
# arg: branding subpackages
branding = $(and $(1),^branding-$(BRANDING)-($(call list2re,$(1)))$$)
branding = $(and $(1),^branding-$(BRANDING)-($(call list2re,$(1)))$$)
endif
endif
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