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
05e8ea48
Commit
05e8ea48
authored
Oct 08, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add option NOCHECK to disable checking for package availability
parent
053f3644
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
params.txt
doc/params.txt
+5
-0
Makefile
pkg.in/lists/Makefile
+1
-1
No files found.
doc/params.txt
View file @
05e8ea48
...
...
@@ -115,6 +115,11 @@ $HOME/.mkimage/profiles.mk.
** значение: пусто (по умолчанию) либо любая строка
** см. image.in/Makefile
* NOCHECK
** отключает проверку списков пакетов перед сборкой
** значение: пусто (по умолчанию) либо любая строка
** см. pkg.in/lists/Makefile
* QUIET
** отключает поясняющие сообщения при сборке (например, под cron)
** значение: пусто (по умолчанию) либо любая строка
...
...
pkg.in/lists/Makefile
View file @
05e8ea48
...
...
@@ -37,7 +37,7 @@ save_packages_to_lists:
check-lists
:
@
APTBOX
=
$(BUILDDIR)
/.work/pkgbox/aptbox
;
\
if
[
-d
"
$$
APTBOX"
]
;
then
\
if
[
-d
"
$$
APTBOX"
]
&&
[
-z
"
$(NOCHECK)
"
]
;
then
\
check-pkg-list
--aptbox
"
$$
APTBOX"
`
find
$(TARGET)
-type
f
`
;
\
fi
@
rm
-f
$(TARGET)
/
*
_PACKAGES
*
...
...
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