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
6bd9a51d
You need to sign in or sign up before continuing.
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 @@
...
@@ -2,7 +2,6 @@
# (and only those!) over to $(BUILDDIR)
# (and only those!) over to $(BUILDDIR)
ifndef
BUILDDIR
ifndef
BUILDDIR
pkgdups
:
pkgdups
:
@
find
-type
f
!
-name
README
!
-name
Makefile
\
@
find
-type
f
!
-name
README
!
-name
Makefile
\
|
grep
-v
'~$$'
\
|
grep
-v
'~$$'
\
...
@@ -20,7 +19,7 @@ include $(BUILDDIR)/functions.mk
...
@@ -20,7 +19,7 @@ include $(BUILDDIR)/functions.mk
SUFFIX
:=
pkg/lists
SUFFIX
:=
pkg/lists
TARGET
:=
$(BUILDDIR)
/
$(SUFFIX)
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"
@
mp-commit
"
$(TARGET)
"
"requested
$(SUFFIX)
copied over"
# env | sort -u | grep _LISTS | xargs -r cp -t
# env | sort -u | grep _LISTS | xargs -r cp -t
...
@@ -30,6 +29,12 @@ copy-lists:
...
@@ -30,6 +29,12 @@ copy-lists:
$
(
if
$
(
filter environment% file,
$
(
origin
$V
))
,
$
(
$V
)))
\
$
(
if
$
(
filter environment% file,
$
(
origin
$V
))
,
$
(
$V
)))
\
| xargs
-r
--
cp
--parents
-at
$(TARGET)
--
| 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
:
PKGDIR = ..
copy-groups
:
copy-groups
:
@
echo
$
(
call groups2lists
)
\
@
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