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
57d31b9c
Commit
57d31b9c
authored
Apr 24, 2012
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial `make check'
Thanks glebfm@ yet again :)
parent
1fc86f6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
Makefile
Makefile
+3
-2
check.mk
lib/check.mk
+11
-0
No files found.
Makefile
View file @
57d31b9c
...
...
@@ -23,8 +23,9 @@ endif
# recursive make considered useful for m-p
MAKE
+=
-r
--no-print-directory
.PHONY
:
clean distclean help
clean distclean help
:
DIRECT_TARGETS
:=
clean distclean check
help
.PHONY
:
$(DIRECT_TARGETS)
$(DIRECT_TARGETS)
:
@
$(MAKE)
-f
main.mk
$@
export
NUM_TARGETS
:=
$
(
words
$(MAKECMDGOALS)
)
...
...
lib/check.mk
0 → 100644
View file @
57d31b9c
ifndef MKIMAGE_PROFILES
$(error this makefile is designed to be included in toplevel one)
endif
check:
@find sub.in features.in \
-path '*scripts.d/*' \
\! \( -perm 755 -o -name .gitignore \) \
| while read line; do \
echo "chmod 755 $$line"; \
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