/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to SCM/makefile/variables

  • Committer: Suren A. Chilingaryan
  • Date: 2017-04-03 02:45:17 UTC
  • Revision ID: csa@suren.me-20170403024517-dwzj0z0k1cmhxm7u
Restructuring, OpenShift, Ansible, Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$^              All dependences ( with full path )
 
2
                Dependence - is all what goes after ':'
 
3
$@              Target 
 
4
                Target - is all what goes before ':'
 
5
$?              All changed dependences
 
6
$<              First dependency
 
7
$*              Value substituted instead of '%;
 
 
b'\\ No newline at end of file'