Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
38095720
Commit
38095720
authored
5 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
update package/
parent
4c32aa43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
package/deps-build
+1
-1
1 addition, 1 deletion
package/deps-build
package/deps.mak
+5
-0
5 additions, 0 deletions
package/deps.mak
package/modes
+2
-0
2 additions, 0 deletions
package/modes
package/targets.mak
+3
-1
3 additions, 1 deletion
package/targets.mak
with
11 additions
and
2 deletions
package/deps-build
+
1
−
1
View file @
38095720
...
...
@@ -4,4 +4,4 @@
/package/admin/execline
/package/admin/s6
/package/admin/s6-rc
/package/admin/s6-portable-utils
This diff is collapsed.
Click to expand it.
package/deps.mak
+
5
−
0
View file @
38095720
...
...
@@ -31,6 +31,7 @@ src/66/66-start.o src/66/66-start.lo: src/66/66-start.c src/include/66/ssexec.h
src/66/66-stop.o src/66/66-stop.lo
:
src/66/66-stop.c src/include/66/ssexec.h
src/66/66-svctl.o src/66/66-svctl.lo
:
src/66/66-svctl.c src/include/66/ssexec.h
src/66/66-tree.o src/66/66-tree.lo
:
src/66/66-tree.c src/include/66/config.h src/include/66/constants.h src/include/66/db.h src/include/66/enum.h src/include/66/resolve.h src/include/66/state.h src/include/66/tree.h src/include/66/utils.h
src/extra-tools/66-echo.o src/extra-tools/66-echo.lo
:
src/extra-tools/66-echo.c
src/extra-tools/66-envfile.o src/extra-tools/66-envfile.lo
:
src/extra-tools/66-envfile.c
src/extra-tools/66-getenv.o src/extra-tools/66-getenv.lo
:
src/extra-tools/66-getenv.c
src/extra-tools/66-gnwenv.o src/extra-tools/66-gnwenv.lo
:
src/extra-tools/66-gnwenv.c
...
...
@@ -137,12 +138,16 @@ src/lib66/tree_switch_current.o src/lib66/tree_switch_current.lo: src/lib66/tree
66-svctl
:
src/66/66-svctl.o ${LIB66} -loblibs -ls6 -lskarnet
66-tree
:
EXTRA_LIBS :=
66-tree
:
src/66/66-tree.o ${LIB66} -loblibs -ls6rc -ls6 -lskarnet
66-echo
:
EXTRA_LIBS :=
66-echo
:
src/extra-tools/66-echo.o -lskarnet
66-envfile
:
EXTRA_LIBS :=
66-envfile
:
src/extra-tools/66-envfile.o ${LIB66} -lexecline -loblibs -lskarnet ${LIBEXECLINE}
66-getenv
:
EXTRA_LIBS := ${PROCPS_LIB}
66-getenv
:
src/extra-tools/66-getenv.o -lskarnet
66-gnwenv
:
EXTRA_LIBS :=
66-gnwenv
:
src/extra-tools/66-gnwenv.o -loblibs -lskarnet
66-umountall
:
EXTRA_LIBS :=
66-umountall
:
src/extra-tools/66-umountall.o -lskarnet
66-writenv
:
EXTRA_LIBS :=
66-writenv
:
src/extra-tools/66-writenv.o -lskarnet
execl-cmdline
:
EXTRA_LIBS :=
...
...
This diff is collapsed.
Click to expand it.
package/modes
+
2
−
0
View file @
38095720
...
...
@@ -22,3 +22,5 @@ execl-envfile 0755
66-writenv 0755
66-getenv 0755
66-gnwenv 0755
66-umountall 0755
66-echo 0755
This diff is collapsed.
Click to expand it.
package/targets.mak
+
3
−
1
View file @
38095720
...
...
@@ -22,6 +22,8 @@ execl-cmdline \
execl-envfile
\
66-writenv
\
66-getenv
\
66-gnwenv
66-gnwenv
\
66-umountall
\
66-echo
LIB_DEFS
:=
66
=
66
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment