Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
metadata-collect-agent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
metadata-collect-agent
Commits
d6f7b7d8
Commit
d6f7b7d8
authored
Feb 03, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some bugs for Debian package building.
parent
72c5e04c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+4
-4
installation/metadata-collect-agent/Makefile
installation/metadata-collect-agent/Makefile
+1
-1
No files found.
Makefile
View file @
d6f7b7d8
...
...
@@ -5,6 +5,10 @@ ifeq ($(PREFIX),)
PREFIX
:=
/usr/local
endif
all
:
no-dracut
install
:
install-no-dracut
clean
:
clean-no-dracut
bin/metadata-collect-agent
:
#Error expected here
(
line
-g
++ ...
)
, writing a C program using the error messages
install
-d
bin/
;
\
...
...
@@ -50,8 +54,4 @@ clean-no-dracut-local:
clean-no-dracut
:
uninstall-no-dracut clean-no-dracut-local
install
:
install-no-dracut
all
:
no-dracut
clean
:
clean-no-dracut
.PHONY
:
no-dracut install-no-dracut uninstall-no-dracut clean-no-dracut all install clean
installation/metadata-collect-agent/Makefile
View file @
d6f7b7d8
...
...
@@ -43,7 +43,7 @@ all: main.cpp#$(EXE)
make fake_python.o
g++
-O2
-g
-Wno-unused-result
-Wsign-compare
-pthread
$(INCLUDE_PYTHON)
main.cpp fake_python.o
-lcrypto
-lfmt
-o
metadata-collect-agent
#-ln -f ../../metadata-collect-agent metadata-collect-agent
-
ln
-f
metadata-collect-agent ../../dracut.module/90metadata-collect/metadata-collect-agent
#
-ln -f metadata-collect-agent ../../dracut.module/90metadata-collect/metadata-collect-agent
#-ln -f metadata-collect-agent ../../debian.package.unsafe/unsafe-boot-metadata-collect-agent/sbin/metadata-collect-agent
%.cpp
:
%.pyx
...
...
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