Adam Števko
2016-05-08 627785bf732e83ef1fce89ce3c042581fe3f5a1b
Add short aliases for user convenience
2 files modified
11 ■■■■■ changed files
doc/makefile-targets.txt 8 ●●●●● patch | view | raw | blame | history
make-rules/environment.mk 3 ●●●●● patch | view | raw | blame | history
doc/makefile-targets.txt
@@ -113,6 +113,14 @@
  target).  It automatically appends to the component Makefile, but the results
  should be manually verified.
env-check::
  This target serves as an alias for component-environment-check target. It exists
  only for user convenience.
env-prep::
  This target serves as an alias for component-environment-prep target. It exists
  only for user convenience.
print-VAR
  This target will print contents of variable VAR and also provide information
  about variable origin and variable flavor.
make-rules/environment.mk
@@ -48,3 +48,6 @@
    @-echo $(REQUIRED_PACKAGES:%=/%) | xargs \
               $(PFEXEC) /usr/bin/pkg install --accept -v
# Short aliases for user convenience
env-check:: component-environment-check
env-prep:: component-environment-prep