/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/macros

  • 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
.PHONY <files>
 
2
        don't check "up to date"
 
3
.SUFFIXIES <...>
 
4
        check files with this extension
 
5
.DEFAULT <rule>
 
6
        if rule not specified use this
 
7
.PRECIOUS <files>
 
8
        Constant files
 
9
.INTERMEDIATE <files>
 
10
        temporary files
 
11
.SECONDARY <files>
 
12
        temporary files which would not been deleted
 
13
.IGNORE
 
14
        don't exit on errors
 
15
.SILENT
 
16
        no output
 
17
.EXPORT_ALL_VIRABLES
 
18
        export all virables to subprocesses
 
 
b'\\ No newline at end of file'