source: CMT/HEAD/mgr/fragments/cleanup_header @ 615

Last change on this file since 615 was 562, checked in by rybkin, 13 years ago

See C.L. 445

  • Property svn:eol-style set to native
File size: 312 bytes
RevLine 
[2]1#-- start of cleanup_header --------------
2
[487]3clean :: ${CONSTITUENT}clean ;
4#       @cd .
[2]5
[183]6ifndef PEDANTIC
[108]7.DEFAULT::
[459]8        $(echo) "(${CONSTITUENT}.make) $@: No rule for such target" >&2
[349]9else
10.DEFAULT::
[562]11        $(error PEDANTIC: $@: No rule for such target)
[183]12endif
[108]13
[2]14${CONSTITUENT}clean ::
15#-- end of cleanup_header ---------------
Note: See TracBrowser for help on using the repository browser.