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
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
6bd9a51d
Commit
6bd9a51d
authored
Aug 20, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkg.in/lists/Makefile: add subtatget check-lists
Checking lists for unavailable packages.
parent
7398e449
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
Makefile
pkg.in/lists/Makefile
+7
-2
No files found.
pkg.in/lists/Makefile
View file @
6bd9a51d
...
...
@@ -2,7 +2,6 @@
# (and only those!) over to $(BUILDDIR)
ifndef
BUILDDIR
pkgdups
:
@
find
-type
f
!
-name
README
!
-name
Makefile
\
|
grep
-v
'~$$'
\
...
...
@@ -20,7 +19,7 @@ include $(BUILDDIR)/functions.mk
SUFFIX
:=
pkg/lists
TARGET
:=
$(BUILDDIR)
/
$(SUFFIX)
all
:
| $(TARGET) $(GLOBAL_DEBUG) copy-lists copy-groups grep-metadep grep-archdep
all
:
| $(TARGET) $(GLOBAL_DEBUG) copy-lists copy-groups grep-metadep grep-archdep
check-lists
@
mp-commit
"
$(TARGET)
"
"requested
$(SUFFIX)
copied over"
# env | sort -u | grep _LISTS | xargs -r cp -t
...
...
@@ -30,6 +29,12 @@ copy-lists:
$
(
if
$
(
filter environment% file,
$
(
origin
$V
))
,
$
(
$V
)))
\
| xargs
-r
--
cp
--parents
-at
$(TARGET)
--
check-lists
:
@
APTBOX
=
$(BUILDDIR)
/.work/pkgbox/aptbox
;
\
if
[
-d
"
$$
APTBOX"
]
;
then
\
check-pkg-list
--aptbox
"
$$
APTBOX"
`
find
$(TARGET)
-type
f
`
;
\
fi
copy-groups
:
PKGDIR = ..
copy-groups
:
@
echo
$
(
call groups2lists
)
\
...
...
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