Skip to content

Commit

Permalink
Remove wrong note about srclibs
Browse files Browse the repository at this point in the history
Absolute path is used to replace the placeholder.
  • Loading branch information
linsui authored and eighthave committed Feb 1, 2023
1 parent 787b2b0 commit e3aee79
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _docs/Build_Metadata_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ git-svn _Repo_ URL:
http:https://svn.code.sf.net/p/project/code/svn;trunk=trunk;tags=tags;branches=branches

If the _RepoType_ is `srclib`, then you must specify the name of the
according srclib .txt file. For example if `scrlibs/FooBar.txt` exist
according srclib .yml file. For example if `srclibs/FooBar.yml` exist
and you want to use this srclib, then you have to set _Repo_ to `FooBar`.


Expand Down Expand Up @@ -622,9 +622,8 @@ configuration to the build. These are (roughly in order of application):
projects in the working directory and one level down; Prepare: can
be used for any kind of preparation: in particular if you need to
update the project with a particular target. You can then also use
\$\$name\$\$ in the init/prebuild/build command to substitute the
relative path to the library directory, but it could need tweaking
if you've changed into another directory.
`$$name$$` in the init/prebuild/build command to substitute the
absolute path to the library directory.

Currently srclibs are used when upstream uses jar files or
pulls dependencies from non-trusted repositories. Because srclibs
Expand Down

0 comments on commit e3aee79

Please sign in to comment.