URL & style update

- Fix: CONFOPTS Full List link
- minor styles update
This commit is contained in:
Pierre-Yves 2017-03-16 19:00:53 +01:00 committed by GitHub
parent 3851a578c5
commit 2a07ec730c
1 changed files with 4 additions and 4 deletions

View File

@ -122,8 +122,8 @@ Macro | Description
Macro | Description
---- | ----
**%meson_configure** | Runs meson with our CFLAGS and appropriate flags such as libdir.
**%meson_build** | Runs ninja and passes our %JOBS% variable.
**%meson_install** | Runs meson install and passed the appropriate DESTDIR and %JOBS% variable
**%meson_build** | Runs ninja and passes our `%JOBS%` variable.
**%meson_install** | Runs meson install and passed the appropriate `DESTDIR` and `%JOBS%` variable
### Perl Actionable Macros
@ -154,7 +154,7 @@ Macro | Description
Macro | Description
---- | ----
**%ARCH%** | Indicates the current build architecture.
**%CONFOPTS%** | Flags / options for configuration, such as `--prefix=/usr`. [Full List.](https://github.com/solus-project/ypkg/blob/master/ypkg2/rc.yml#L74)
**%CONFOPTS%** | Flags / options for configuration, such as `--prefix=/usr`. [Full List.](https://github.com/solus-project/ypkg/blob/master/ypkg2/rc.yml#L117)
**%CFLAGS%** | cflags as set in `eopkg.conf`
**%CXXFLAGS%** | cxxflags as set in `eopkg.conf`
**%LDFLAGS%** | ldflags as set in `eopkg.conf`
@ -171,7 +171,7 @@ A set of variables are exported in our build stages. These are used to provide c
Variable | Description
---- | ----
**$CFLAGS** | cflags as set in eopkg.conf
**$CFLAGS** | cflags as set in `eopkg.conf`
**$CXXFLAGS** | cxxflags as set in `eopkg.conf`
**$LDFLAGS** | ldflags as set in `eopkg.conf`
**$CC** | C compiler