Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
9b8db233
Commit
9b8db233
authored
Nov 17, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make: add a bootstrap target
parent
4453f751
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
Makefile
Makefile
+5
-0
tree.mk
Mk/tree.mk
+2
-2
Makefile
src/Makefile
+5
-0
.gitignore
src/etc/pkg/fingerprints/OPNsense/revoked/.gitignore
+0
-0
No files found.
Makefile
View file @
9b8db233
...
...
@@ -157,6 +157,11 @@ install: force
CORE_PACKAGESITE
=
${
CORE_PACKAGESITE
}
\
CORE_REPOSITORY
=
${
CORE_REPOSITORY
}
bootstrap
:
force
@
${
MAKE
}
-C
${
.CURDIR
}
/src install_bootstrap
DESTDIR
=
${
DESTDIR
}
\
NO_SAMPLE
=
please
CORE_PACKAGESITE
=
${
CORE_PACKAGESITE
}
\
CORE_REPOSITORY
=
${
CORE_REPOSITORY
}
plist
:
force
@
${
MAKE
}
-C
${
.CURDIR
}
/contrib plist
@
${
MAKE
}
-C
${
.CURDIR
}
/lang plist
...
...
Mk/tree.mk
View file @
9b8db233
...
...
@@ -7,8 +7,8 @@ ROOT_=${ROOT}
install${TARGET}: force
.for TREE in ${TREES${TARGET}}
@
mkdir -p ${DESTDIR}${ROOT${TARGET}}
REALTARGET=/$$(dirname ${TREE})
; \
@
REALTARGET=/$$(dirname ${TREE}); \
mkdir -p ${DESTDIR}${ROOT${TARGET}}$${REALTARGET}
; \
cp -vr ${TREE} ${DESTDIR}${ROOT${TARGET}}$${REALTARGET}
@(cd ${TREE}; find * -type f) | while read FILE; do \
if [ $${FILE%%.in} != $${FILE} ]; then \
...
...
src/Makefile
View file @
9b8db233
ROOT
=
/usr/local
TREES
=
etc opnsense pkg sbin wizard www
EXTRA
=
bootstrap
ROOT_bootstrap
=
/usr/local
TREES_bootstrap
=
etc/pkg
.include
"../Mk/tree.mk"
src/etc/pkg/fingerprints/OPNsense/revoked/.gitignore
0 → 100644
View file @
9b8db233
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