mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
installdirs can be a recursive/standalone target.
Sponsored by: Dell EMC Approved by: re (gjb)
This commit is contained in:
parent
c86ac3193f
commit
ebd2a66265
1 changed files with 2 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ SUBDIR_TARGETS+= \
|
|||
all all-man analyze buildconfig buildfiles buildincludes \
|
||||
checkdpadd clean cleandepend cleandir cleanilinks \
|
||||
cleanobj depend distribute files includes installconfig \
|
||||
installdirs \
|
||||
installfiles installincludes print-dir realinstall \
|
||||
maninstall manlint ${_obj} objlink tags \
|
||||
|
||||
|
|
@ -53,7 +54,7 @@ SUBDIR_TARGETS+= \
|
|||
STANDALONE_SUBDIR_TARGETS+= \
|
||||
all-man buildconfig buildfiles buildincludes check checkdpadd \
|
||||
clean cleandepend cleandir cleanilinks cleanobj files includes \
|
||||
installconfig installincludes installfiles print-dir \
|
||||
installconfig installdirs installincludes installfiles print-dir \
|
||||
maninstall manlint obj objlink
|
||||
|
||||
# It is safe to install in parallel when staging.
|
||||
|
|
|
|||
Loading…
Reference in a new issue